Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharadwajrachakonda/todo-backend
This is just a TODO backend that I am going to deploy on vercel
https://github.com/bharadwajrachakonda/todo-backend
api express mongodb mongodb-atlas node react vercel vercel-deployment
Last synced: 3 months ago
JSON representation
This is just a TODO backend that I am going to deploy on vercel
- Host: GitHub
- URL: https://github.com/bharadwajrachakonda/todo-backend
- Owner: BharadwajRachakonda
- Created: 2024-10-04T13:23:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:09:26.000Z (3 months ago)
- Last Synced: 2024-11-14T14:22:42.751Z (3 months ago)
- Topics: api, express, mongodb, mongodb-atlas, node, react, vercel, vercel-deployment
- Language: JavaScript
- Homepage: https://todo-backend-eight-nu.vercel.app
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
when system failed or local attachment of remote repository is lost execute following commands
Initialize the git repository `git init`
add repository `git remote add origin {url}`
pull contents `git pull origin main`
> Check the branch `git branch`
If branch is your intended branch skip below step
> set branch `git checkout {branch_name}`
push the repository `git push origin main`