BookFlix Backend is a Rails project which gives the API for the BookFlix Frontend.
This app is build with Ruby on Rails and Postgresql.
Ruby Ruby on Rails Postgresql
- Authentication
- Authorization
- CRUD
In order to run this project you need:
- Mac or PC
- Install Ruby
- Install Rails
- Install Postgresql
- Install yarn
- Understanding of Ruby
- Here is the link to the Front-End
- We started as a team of five team members, but we ended with four.
- Clone this repository to your desired folder:
git clone https://github.com/Lucas-Erkana/BookFlix-Backend.git
- Navigate into the cloned folder
cd BookFlix-Backend
Install this project with:
bundle install
- Set up the database change the username and password of your postgres account in
config/database.yml
rails db:create db:migrate db:seed
- Start the server
rails s
- Run the tests
rspec ./spec/models
- Run the server with
rails s
command - The open https://localhost:3000/api-docs in your browser.
👤 Lucas Erkana
- GitHub: @Lucas-Erkana
- Twitter: @Lucas_David_22
- LinkedIn: Lucas Erkana
- Frontend Mentor - @Lucas-Erkana
👤 Kevin Toro
- GitHub: @torobucii
- Twitter: @torobucii
- LinkedIn: Kevin Toro
👤 Saba Ahmad
- GitHub: @SabaAhmad404
- LinkedIn: Saba Ahmad
👤 Sam Tush
- GitHub: @SamTush
- LinkedIn: Saba Ahmad
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give a ⭐️
I would like to thank:
- Murat Korkmaz for a beautiful, efficient, and accessible user interface Design.
This project is MIT licensed.