Lameck1 / movie-booking-app-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Booking app Filmify

This is a movie app which allows registered users to book and reserve movies of their choice

  • This app is a back-end side of final capstone project. You can find the front-end app here.
  • Direct link to Kanban board for whole capstone project

Demo Account

Built with

  • RoR
  • Swagger

The learning objective of this project are

  • Create rails back end app
  • Connect react front end app to rails back end
  • Use API end point to get data
  • Fetch data from the API

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  • git https://github.com/Lameck1/movie-booking-app-backend.git

  • cd movie-booking-app-backend

  • bundle install

  • rails s

Running The App Locally

  • Run npm install

  • Make sure to run our Rails backend application first before running the React app so that it takes up the port 3000. This is very important as our rails API end point must run on port 3000 for the API to work.

  • Once the back end is runing on port 3000 then start the react app and you will be prompted to run the server on another port like port 3001. You will receive a message in your terminal like this Would you like to run the app on another port instead? Β» (Y/n). Please enter y so that the react app will start on port 3001.

To Run test

Run rspec spec

Authors

πŸ‘€ KingsleyIbe

πŸ‘€ Amadu Kamara (Amkam)**

πŸ‘€ Busiwa Liuma

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hats off to Murat Korkmaz for designing the awesome template that was used. ✨
  • Microverse for giving us this opportunity
  • The amazing code reviewers for making us improve every day πŸ‘

πŸ“ License

This project is MIT licensed.

  • ...

About


Languages

Language:Ruby 92.8%Language:Batchfile 6.3%Language:HTML 0.5%Language:Shell 0.3%Language:CSS 0.1%