/slackClone

Primary LanguageJavaScript

slackClone

Source: https://www.bezkoder.com/node-js-mongodb-auth-jwt/

Info

Running the Application

  1. Clone the repository and install it's dependencies
  2. Start the backend using the command: nodemon index.js or look into the package.json file for instructions to run the application.

21-9-6

  1. Added better README
  2. Figured out end-user stories and the data models

21-8-14

  1. Git repo
  2. package json and dependencies
  3. build index js server via node express
  4. build schema and router
  5. build routes, mount routes, build error handlers, connect jwt & auth strategy
  6. Go to mongodb & create free cluster, get connection string after enabling all ip address via whitelist
  7. back in repo, change process variables (create .env file)
  8. connect server to db, test by triggering the endpont

21-8-15

https://hoangvvo.com/blog/migrate-expressjs-to-nextjs

  • Consider migrating to nextjs