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

https://github.com/sethbergman/mean-todo

ToDo list application built with the MEAN stack | http://mean-todo.stackriot.com
https://github.com/sethbergman/mean-todo

12-factor api-client dokku mean-stack mock webpack

Last synced: 22 days ago
JSON representation

ToDo list application built with the MEAN stack | http://mean-todo.stackriot.com

Awesome Lists containing this project

README

          

# MEAN-TODO
#### TODO list app built with MongoDB + Express + Angular + Node.js

### Clone Repository
```
git clone https://github.com/sethbergman/mean-todo.git && cd mean-todo
```
### Install Dependencies
```
npm install
```
### Start the Server
```
npm start
```
Visit [http://0.0.0.0:5000](http://0.0.0.0:5000) to see the app!