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.
- Node and npm
- MongoDB: Make sure you have your own local MongoDB running. Set environment variable
MONGO_CONNECTION_STRINGto overwrite the default config
- Clone the repository:
git clone git@github.com:fashioncloud/node-todo.git - Install the application:
npm install - Start the server:
npm start - View in browser at
http://localhost:8080