https://github.com/morgandbs/nancydonnees
School project
https://github.com/morgandbs/nancydonnees
Last synced: about 2 months ago
JSON representation
School project
- Host: GitHub
- URL: https://github.com/morgandbs/nancydonnees
- Owner: MorganDbs
- License: mit
- Created: 2017-12-10T20:22:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T15:24:43.000Z (over 8 years ago)
- Last Synced: 2026-01-01T23:19:27.384Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 892 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```