- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
QuickMaths Backend is a cutting-edge booking application designed to help students of all ages and skill levels find a qualified math tutor quickly and easily.
- Ruby
- Ruby on Rails
- Api endpoint to retrieve a list of tutors
- Api endpoint to retrieve a list of reservations
- Api endpoint to make/delete a reservation
- Api endpoint to add a tutor
Kanban Link
Kanban screenshots
- Hayet Fellah
- Florin Voicu
- Daron Wiafe
To get a local copy up and running, follow these steps.
- A web browser
- A code editor
- Ruby, Ruby on rails and Postgres installed on your machine
Clone this repository to your desired folder:
git clone https://github.com/laiifuu/QuickMaths-BackEnd.git
Then install the project's necessary dependencies with:
bundle install
Setup the database with the following:
rails db:create
rails db:migrate
rails db:seed
Run the app by starting the server with:
rails s
Then open the link on your browser:
http://127.0.0.1:3000/
👤 Hayet Fellah
👤 Florin Voicu
- GitHub: @vflorin1995
- LinkedIn: @florin--voicu
👤 Daron Wiafe
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Implement proper authentication
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give this project a ⭐️ if you like it !
- Shout out to our previous Rails projects ;)
This project is MIT licensed.