Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

fashioncloud/node-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Todo App

A Node app built with MongoDB and Angular.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores the data.

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local MongoDB running. Set environment variable MONGO_CONNECTION_STRING to overwrite the default config

Installation

  1. Clone the repository: git clone [email protected]:fashioncloud/node-todo.git
  2. Install the application: npm install
  3. Start the server: npm start
  4. View in browser at http://localhost:8080

Packages

No packages published

Languages

  • JavaScript 68.9%
  • HTML 31.1%