An open API service indexing awesome lists of open source software.

https://github.com/sethbergman/node-express-todoaholic


https://github.com/sethbergman/node-express-todoaholic

angularjs dokku express mean-stack meanstack mongodb mongoose node nodejs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Node Express Todo-aholic App

A Node app built with MongoDB and Angular.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.

## Requirements

- [Node and npm](http://nodejs.org)
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in `config/database.js`

## Installation

1. Clone the repository: `git clone https://github.com/sethbergman/node-express-todoaholic.git && cd node-express-todoaholic`
2. Install the application: `npm install`
3. Place your own MongoDB URI in `config/database.js`
3. Start the server: `node server.js`
4. View in browser at `http://localhost:5000`

Happy Todo-ing!

![Todo-aholic](http://i.imgur.com/ikyqgrn.png)