- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Health Clinic API This repository contains the Rails back-end API for the "Doctor Appointments" capstone project. The API serves as the foundation for user authentication, doctor management, appointment reservations, and related functionalities. It utilizes PostgreSQL as the database and is designed to be a robust and secure backend system. The API exposes endpoints for user login, doctor listing, doctor details, reservation creation, and user reservation listing. Additionally, it implements features such as marking a doctor as removed and comprehensive documentation for seamless integration with the front-end.
Ruby on Rails, Visual Studia Code, WSL
- Ruby on Rails
- PostgreSQL
- WSL
- User Authentication
- Doctor Management
- Reservation System
- API Documentation
- Kanban board Link.
- Kanban board initial state screenshots.
In order to use this project.. Clone this repository to your desired folder by pasting this command in your command line interface:
git clone https://github.com/tajemouti/medical-appointments-back-end.git
You can also clone the front-end project using the following command:
git clone https://github.com/tajemouti/medical-appointments-front-end.git
Ruby on Rails Git
To install the project's dependencies, run:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To test, run:
rspec
Front-end project link.
- Enhanced Authentication
- Advanced Doctor Management
- Appointment Reminders
- Analytics and Reporting
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Kindly give this project a star if you like it.
We would like to thank Microverse.
This project is MIT license.