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

https://github.com/morgandbs/marchepublic

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

Last synced: over 1 year ago
JSON representation

School project

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
```