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
- Host: GitHub
- URL: https://github.com/sethbergman/mean-todo
- Owner: sethbergman
- Created: 2016-03-26T17:22:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T01:24:21.000Z (over 8 years ago)
- Last Synced: 2025-10-07T15:02:51.686Z (8 months ago)
- Topics: 12-factor, api-client, dokku, mean-stack, mock, webpack
- Language: JavaScript
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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!