SlangZ is a platform to help users learn and practice Generation Z slang.
SlangZ uses React for its frontend framework, Express for its backend framework, and MongoDB Atlas for storing data for users and words.
Fill in the .env
file.
SESSION_SECRET=""
MONGO_SRV=""
To run the frontend:
npm run hotloader
To run the server:
npm start