Skip to content

emanreyalp/ikauw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Requirements

  • Ruby 2.7.0
  • Postgresql

Read the API's documentation here

How to start

  • Go to the project folder
  • For installing the dependencies and preparing the database, run:
setup

It will delete the database if that's exist.

  • Run the test suit with:
bundle exec rspec
  • If everything is fine, run the server:
rails s

Fill database with fake data

If you wanted to fill your database with fake data, run the following rake command:

rake db:faker

It will create users, movies, seasons with episodes, purchase options and purchases.

About

Movie and season store api app

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors