Details

  1. Bootstrapping a backend project from scratch
  2. Process managers (PM2)
  3. Deploying backend service to one of the most popular hosting platforms:
    1. Heroku
    2. AWS
    3. Digital Ocean
    4. Dedicated linux server

Links

  1. https://blog.logrocket.com/the-perfect-architecture-flow-for-your-next-node-js-project/
  2. https://dev.to/nermineslimane/how-to-structure-your-express-and-nodejs-project-3bl
  3. https://github.com/LeanyLabs/microservice-seed
  4. https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04
  5. https://www.freecodecamp.org/news/deploy-nodejs-app-server-to-production/
  6. https://sumantmishra.medium.com/how-to-deploy-node-js-app-on-aws-with-github-db99758294f1
  7. https://devcenter.heroku.com/articles/deploying-nodejs
  8. https://www.sitepoint.com/build-simple-beginner-app-node-bootstrap-mongodb/