Skip to content

Diegogagan2587/Book-a-concert-back-end

Repository files navigation

BOOK A CONCERT APP

Table of Contents

Book a Concert App

Book a Concert App Final Capstone Project, based on an app to book an appointment to a concert. This App make use of Ruby on Rails for the Back-End API and React for the Front-End. Take a look to the Front-End Repository.

Kanban Board

  • Take a look to the Project Kanban Board
  • Final number of team members: 3
  • Kanban Initial state below:
kanban

Built With

  • Ruby on Rails
  • Postgres
  • React & Redux
  • Tailwind

Tech Stack

Client
Server

Key Features

  • RESTful API
  • Log-in and Signup without using devise
  • Responsive design

(back to top)

Getting Started

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

Prerequisites

Before you proceed, ensure that you have the following installed on your machine:

  • Git
  • Node
  • Ruby
  • Rails
  • Postgres
  • Postman

Setup

Clone this repository to your desired folder:

  git clone git@github.com:Diegogagan2587/Book-a-concert-back-end.git
  cd Book-a-concert-back-end

Install

Install the project dependencies with:

  bundle install
  rails db:drop
  rails db:create
  rails db:schema:dump
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec
  • Open your web browser and visit http://127.0.0.1:3000
  • You should now see the main view of Rails page.
  • You can interact with the backend API using Postman and following this documentation

(back to top)

Authors

Rudi Carrillo

Dievo Vidal Lopez

Dani Morillo

(back to top)

Acknowledgements

I'd like to express my gratitude to everyone who made this project possible.

Thanks again to everyone who believed in this project and helped make it a reality!

Furthermore, special recognition is due to the author of this design that served as inspiration for our work

Future Features

  • Improve UI design
  • Add profile picture
  • Add Bio to each profile
  • Improve user log in and signup security

(back to top)

Contributing

Contributions are welcome! If you find any bugs or want to enhance the project with new features, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request describing your changes.

Feel free to check the issues page.

(back to top)

Show your support

If you like this project, please consider supporting us! Your support helps us to continue developing and improving our project for everyone to enjoy. Whether it's a small donation, sharing the project with your friends, or contributing your skills and expertise, every little bit makes a huge difference. With your support, we can create something truly amazing together. Thank you for being a part of our community and helping us to make a difference!

(back to top)

FAQ

  • How do I set up the project?

    • Clone the repository from GitHub, and see the Setup section above for details.
  • How can I contribute to the project?

    1. Fork the repository on GitHub.
    2. Create a new branch for your changes using git checkout -b my-feature-branch.
    3. Make your changes and commit them with descriptive commit messages.
    4. Push your changes to your forked repository.
    5. Submit a pull request to the original repository.
    6. Wait for feedback and iterate on your changes as needed.

(back to top)

License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages