Skip to content

A ToDo List App with Backend made in VS Code Editor.

Notifications You must be signed in to change notification settings

megha2601/TodowithBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TodowithBackend

A ToDo List app with Backend for storing, modifying and deleting Todos.

npm i

Start the project by cloning the repository and by hitting npm i at both client and server side on the terminal.

npm start

Run both the client and the server side by hitting npm start on the terminal.