QuickMaths-BackEnd

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.

MIT License

Stars
3

📗 Table of Contents

📖 QuickMaths Backend

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.

🛠 Built With

Tech Stack

  • Ruby
  • Ruby on Rails

Key Features

  • 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

🚀 Live Demo

Link

🚀 Link to the FrontEnd App

Link

🚀 Kanban board

Kanban Link Kanban screenshots

3 members

  • Hayet Fellah
  • Florin Voicu
  • Daron Wiafe

💻 Getting Started

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

Prerequisites

  • A web browser
  • A code editor
  • Ruby, Ruby on rails and Postgres installed on your machine

Setup

Clone this repository to your desired folder:

git clone https://github.com/laiifuu/QuickMaths-BackEnd.git

Install

Then install the project's necessary dependencies with:

bundle install

Setup database

Setup the database with the following:

rails db:create
rails db:migrate
rails db:seed

Run the app:

Run the app by starting the server with:

rails s

Then open the link on your browser:

http://127.0.0.1:3000/

👥 Authors

👤 Hayet Fellah

👤 Florin Voicu

👤 Daron Wiafe

🔭 Future Features

  • Implement proper authentication

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give this project a ⭐️ if you like it !

🙏 Acknowledgments

  • Shout out to our previous Rails projects ;)

📝 License

This project is MIT licensed.

Related Projects