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
- Host: GitHub
- URL: https://github.com/sethbergman/node-express-todoaholic
- Owner: sethbergman
- License: mit
- Created: 2017-05-28T09:12:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T02:56:09.000Z (over 8 years ago)
- Last Synced: 2025-03-01T20:48:29.236Z (over 1 year ago)
- Topics: angularjs, dokku, express, mean-stack, meanstack, mongodb, mongoose, node, nodejs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: license
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!
