Skip to content

eudavi-learn/fruits-api-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruit Rails API

To be added JSON serializers..

Rails Version 5.2.3

Clone the repository

git clone https://github.com/Davigl/fruits-api-jwt.git
cd fruits-api-jwt

Check your Ruby version

ruby -v

The ouput should start with something like ruby 2.5.3

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.5.3

Install dependencies

bundle install

Initialize the database

rake db:create db:migrate

Server

rails s

Releases

No releases published

Packages

No packages published