Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`