This app works with both the following frontend apps:
Set up a MongoDB database either locally or with MongoDB Atlas for free.
Set each variable on config.env
:
ATLAS_URI
- Your MongoDB connection string. If you are using MongoDB Atlas you can find this by clicking the "Connect" button for your cluster.
npm install
npm run start
Your app should be up and running on http://localhost:5000!