Skip to content

Joelit0/Moovie-API

Repository files navigation

Moovie-API

Initial setup

Prerequisites

The setups steps expect following tools installed on the system.

When you install everything, run the PostrgeSQL server.

1. Check out the repository
git clone git@github.com:JoelAlayon123/Moovie-API.git; cd Moovie-API
2. Install dependencies

Run the following commands to install the gems.

bundle install
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:setup
4. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

And now you can visit the site with the URL http://localhost:3000

Tests

1. Run tests

Run the following commands to run tests.

bundle exec rspec

And you should receive:

196 examples, 0 failures

How to use

You can see the documentation to see information on how to use it

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors