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

https://github.com/morgandbs/nancydonnees

School project
https://github.com/morgandbs/nancydonnees

Last synced: about 2 months ago
JSON representation

School project

Awesome Lists containing this project

README

          

Features
--------

- **Local Authentication** using Email and Password
- See carpark and bikepark in Nancy in real time
- See event create by the community
- Add/Edit/Remove/Comment event
- Create Account
- Edit Account
- Delete Account
- CSRF protection
- Flash notification

Prerequisites
-------------

- [MongoDB](https://www.mongodb.org/downloads)
- [Node.js 6.0+](http://nodejs.org)
- Command Line Tools

Getting Started
---------------

The easiest way to get started is to clone the repository:

```bash
# Get the latest snapshot
git clone --depth=1 git@github.com:MorganDbs/nancydonnees.git myproject

# Change directory
cd myproject

# Install NPM dependencies
npm install

# Then simply start your app
node app.js
```