Skip to content

drj-sharma/TODO-List

 
 

Repository files navigation

TodoList

TODO List web app made using the MEAN Stack of technologies.

Running the project

You must have nodejs, mongodb and npm installed and configured.

Make sure mongodb is running

From the project directory on your computer, run:

npm install

To start the nodejs backend, run the following in a terminal:

node server.js

Then, in another terminal run:

ng serve -o

A browser tab automatically opens after the project is compiled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.2%
  • HTML 28.0%
  • JavaScript 12.8%
  • CSS 10.0%