- Book a Concert App
- Kanban Board
- Built With
- Getting Started
- Authors
- Acknowledgements
- Future Features
- Contributing
- Show your support
- FAQ (OPTIONAL)
- License
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.
- Take a look to the Project Kanban Board
- Final number of team members: 3
- Kanban Initial state below:
- Ruby on Rails
- Postgres
- React & Redux
- Tailwind
Client
Server
- RESTful API
- Log-in and Signup without using devise
- Responsive design
To get a local copy up and running, follow these steps.
Before you proceed, ensure that you have the following installed on your machine:
- Git
- Node
- Ruby
- Rails
- Postgres
- Postman
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 the project dependencies with:
bundle install
rails db:drop
rails db:create
rails db:schema:dump
rails db:migrate
To run the project, execute the following command:
rails server
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
Rudi Carrillo
- GitHub: @rudicarrilloypr
- Twitter: @__rudicarrillo
- LinkedIn: Rudi Carrillo
- Instagram: @__rudicarrillo
Dievo Vidal Lopez
- GitHub: @Diegogagan2587
- Twitter: @dieg02587
- LinkedIn: Diego Vidal Lopez
Dani Morillo
- GitHub: @danifromecuador
- Twitter: @danifromecuador
- LinkedIn: danielfromecuador
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
- Improve UI design
- Add profile picture
- Add Bio to each profile
- Improve user log in and signup security
Contributions are welcome! If you find any bugs or want to enhance the project with new features, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request describing your changes.
Feel free to check the issues page.
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!
-
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?
- Fork the repository on GitHub.
- Create a new branch for your changes using git checkout -b my-feature-branch.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the original repository.
- Wait for feedback and iterate on your changes as needed.
This project is MIT licensed.