https://github.com/nitesh9001/todowithbackend
https://github.com/nitesh9001/todowithbackend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitesh9001/todowithbackend
- Owner: nitesh9001
- Created: 2021-03-18T13:27:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T06:40:03.000Z (over 4 years ago)
- Last Synced: 2025-01-06T00:44:03.384Z (9 months ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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