sayem-node-server
February 27, 2021 ยท View on GitHub
1. Setup MongoDB on Atlas
- Register a new Atlas Account
You can reference this documentation (https://docs.atlas.mongodb.com/tutorial/create-atlas-account/)
- Deploy a Cluster ( Free Tier or anything else)
You can reference this documentation (https://docs.atlas.mongodb.com/tutorial/deploy-free-tier-cluster/)
- Use connect url in your project( backend node server).

This is the url that you can use in backend express/node.js project. ( You can choose your username, password, and DB name)

- Create DB/Collections

2. Deploying backend server on Heroku
- Signup on Heroku
- Create a new app



