https://github.com/morgandbs/marchepublic
School project
https://github.com/morgandbs/marchepublic
Last synced: over 1 year ago
JSON representation
School project
- Host: GitHub
- URL: https://github.com/morgandbs/marchepublic
- Owner: MorganDbs
- License: mit
- Created: 2018-02-02T13:02:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T08:42:40.000Z (over 8 years ago)
- Last Synced: 2025-01-22T00:25:32.346Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 9.4 MB
- Stars: 1
- Watchers: 2
- 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
- Add a public offer
- See all public offers
- 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/MarchePublic.git myproject
# Change directory
cd myproject
# Install NPM dependencies
npm install
# Then simply start your app
node app.js
```