- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- Kanban Board
- 📝 License
A Ruby on Rails backend created with resources for users, doctors, and reservations. Exposes API endpoints to a Frontend client application that enables users to schedule appointments with doctors.
Server
Database
- [create_user]
- [create_doctors]
- [create_appointment]
To get a local copy up and running, follow these steps.
In order to run this project you need following installed:
- Ruby
- Ruby on Rails
- Node
You can find the React Frontend client at React_client
Clone this repository to your desired folder:
To run and view this application, you will first have to clone a local version of this repository using:
git clone https://github.com/j-tee/booking-app.git
After that navigate to the newly created folder:
cd booking-app
Install this project with:
bundle install
-
To run the project follow the instructions below:
-
You can find the React Frontend client at React_client
-
Configure PostgreSQL database in your project in the project directory:
config/database.yml
- Then run the following command to setup the database:
rails db:create, rails db:migrate, rails db:seed
- Start a local server running the command:
rails s
To run tests, run the following command:
bundle exec rspec ./spec/requests
bundle exec rspec ./spec/controllers
👤 Salim Abdulai
- GitHub: @RayhanTabase
- LinkedIn: Salim-Abdulai
👤 Samuel
- GitHub: @devMunyi
- LinkedIn: Samuel Munyi
👤 Julius
- GitHub: @j-tee
- LinkedIn: Julius Tetteh
- [authentication]
- [authorizations]
- [sessions]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Microverse for providing an excellent curriculum that has helped me enhance my skills in software development.
- Code Reviewers for their valuable feedback and guidance throughout my learning journey.
-
Team of 3 members
This project is MIT licensed.