pierrax / data_esr_authenfication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataESR Authentification

DataESR Authentification is a Rails open source microservice to manage Users and authentification through API.

Data ESR

Ruby version

2.4.0

Installation

First, clone down the repository:

git clone https://github.com/MinistereSupRecherche/data_esr_authenfication.git && cd data_esr_authentification

Update dependencies, run:

bundle install

Create database, run:

rake db:create

Run migrations:

rake db:migrate

Populate database, run:

 rake db:seed

Launch

In a console, launch the Rails server, run :

rails s

That's it !

About

License:MIT License


Languages

Language:Ruby 88.7%Language:HTML 8.5%Language:JavaScript 1.7%Language:CSS 1.1%