Skip to content

purnimagupta/todo-server

Repository files navigation

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

  • git clone git@gitlab.com:pum21/todo-backend.git
  • Run npm install
  • Run npm start

Server will get started on port 4000.

Todo-client

  • git clone git@gitlab.com:pum21/todo-client.git
  • Run npm install
  • Run npm start

This will start the client app on port 3000.

Releases

No releases published

Packages

No packages published