- Enter api directory
- Run
npm i cors mongoose jsonwebtoken multer cookie-parser bycryptjs nodemon
- Run
nodemon index.js
- Server is now running on
http://localhost:8000/
- Enter the client directory
- Run
npm i
- Run
npm start
- App is now running on
http://localhost:3000/
- Username:
test2
- Password:
1234
- Note: Database is in read-only mode so creating new user, posr or updating post won't work