Skip to content

gang-of-bb/gangofbb-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

gangofbb-rest-api

REST API for gang-of-bb

http://gangofbb.bhtz.fr/

Requirements

node.js >= 0.8 mysql

Installation

git clone https://github.com/gang-of-bb/gangofbb-rest-api.git

npm install

Getting started

Create mysql database called 'movies'

create database movies;

Update database :

mysql -u user -p password movies < movies.sql

With node :

node app.js

With microscope

npm install microscope -g

Run the following command at project root:

microscope server

Licence

MIT

Releases

No releases published

Packages

No packages published