Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emcorrales/rails-api-example


https://github.com/emcorrales/rails-api-example

api rails rails-api rails5 rspec

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# README

DESCRIPTION:


Demo for rails api with react, rspec and postgresql.

REQUIREMENTS:



This application uses a postgresql as its database.
You should have it installed before setting up the app.
Rails 5

SETTING UP THE PROJECT:


  • Run 'bundle install'.

  • Setup the project running 'rake db:setup'. This will run the neccessary migrations.

  • Run the project with 'rails s'.
  • TESTING WITH RSPEC:


  • Run 'bundle exec rspec'.