Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 826 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 826 Bytes

This is the backend for for todo-client repo. It's written in Nodejs and Mongodb.

Technologies used:

Client side

Server side

  • Nodejs
  • Mongoose

Steps to install

In order to run the app in browser, you would first require to install NodeJS, Mongodb

Next, install todo-backend and todo-client.

Todo-backend

Server will get started on port 4000.

Todo-client

This will start the client app on port 3000.