An open API service indexing awesome lists of open source software.

https://github.com/nitesh9001/todowithbackend


https://github.com/nitesh9001/todowithbackend

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# todoWithbackend
# Pull the code to your local machine
# Create an .env file (under Backend folder)
# create variable for your port and setup your mongodbUrl as variable in .env
\\PORT = '3030'
\\DBURL='mongodb+srv://..............'(Your Url)
# For mongodb url open you mongodb atlas create db and click on connect then you get the link url and simply past it here
# Run cmd npm install on both Backend and dairy-demo folder
# After npm get install npm run both
# Now, You are ready to access the app