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

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

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/