KAPIL RAJESH KAVITHA, 2021101028
Add MONGO_URI and JWT_SECRET to the .env
file in backend directory before running.
cd backend
npm install --save
nodemon start
cd frontend
npm i --legacy-peer-deps --save
npm start
initial run
docker-compose up --build
subsequent
docker-compose build
- stats
- countdown button after blocking posts
- input validation is implemented only in "Create User" due to time constraints and not in EditProfile.
- Unique element is username and not email, user also logs in with the email
- A post can be reported by the same user multiple times
- Fuzzy search has been implemented using fuse.js