https://github.com/natac13/simple-node-mongo-app
Just a simple Node Mongo App
https://github.com/natac13/simple-node-mongo-app
Last synced: 3 months ago
JSON representation
Just a simple Node Mongo App
- Host: GitHub
- URL: https://github.com/natac13/simple-node-mongo-app
- Owner: natac13
- License: mit
- Created: 2016-02-17T14:20:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T22:48:05.000Z (about 9 years ago)
- Last Synced: 2023-02-27T21:46:52.372Z (about 2 years ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-node-mongo-app
This application needs a node server running mongoDB.
### Install
```bash
npm install
```
### Run
```bash
npm start
```
I followed along the Clementine.js [beginner tutorial](http://www.clementinejs.com/tutorials/tutorial-beginner.html). The reason was to get an understanding of how the [second tutorial](http://www.clementinejs.com/tutorials/tutorial-passport.html) about authO works.
At this time I am working through my [vegan recipe app](https://vegan-recipes.firebaseapp.com/) which uses Firebase as the database and also for authentication. [Passport.js][] seems to handle this with an node.js application. Therefore working through the second Clementine tutorial I hope to gain a staring knowledge then move to the [Passport docs][]
[Passport.js]: https://github.com/jaredhanson/passport
[Passport docs]: http://passportjs.org/