Source: https://www.bezkoder.com/node-js-mongodb-auth-jwt/
- Trello
- Client Side: https://github.com/kronicle114/slack-clone-client
- Team Members: Trisha Aguinaldo, Kevin Gillooly, Patrick O'Connor
- Stack: MERN
- Clone the repository and install it's dependencies
- Start the backend using the command:
nodemon index.js
or look into thepackage.json
file for instructions to run the application.
- Added better README
- Figured out end-user stories and the data models
- Git repo
- package json and dependencies
- build index js server via node express
- build schema and router
- build routes, mount routes, build error handlers, connect jwt & auth strategy
- Go to mongodb & create free cluster, get connection string after enabling all ip address via whitelist
- back in repo, change process variables (create .env file)
- connect server to db, test by triggering the endpont
https://hoangvvo.com/blog/migrate-expressjs-to-nextjs
- Consider migrating to nextjs