- π About the Project
- Kanban Board
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
The project is based on an app to book an appointment with a health specialist(Doctor). The doctor appointment booking app permits healthcare providers to manage their appointments with increased efficiency while giving reliable management. However, it displays all details of the patients, complete history of appointment, analyses the doctors, saving time, etc.
[ClinixGo] is an appointment booking app
Blog App is backend project
Front-End
Database
We can do CRUD operations on following things:
- Doctors
- Appoitnments
- Users
- Link to our kanban-board
- Link to initial kanban-board-screenshot
- We are four in the group.
In order to start with this project do as follows :
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Mac OS or Linux/Debian (strongly recommended)
If you are running on Windows, you can use WSL to install Ubuntu.
- Latest version of Node installed
- Latest version of Yarn installed
- Latest version of Ruby installed
- Latest version of Rails installed
- Latest version of PostgreSQL installed
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Strangeal/ClinixGo.git
Install this project dependencies with:
cd ClinixGo
bundle install
npm install
Create the app database:
rails db:create
rails db:migrate
rails db:seed
To run the application, run the following command:
./bin/dev
To run app test. run the following commad:
rspec
To run tests, run the following command:
rubocop
OR
rubocop -A
it will automatically correct the errors
Run the below commands to generate API documentation routes:
rails g rswag:api:install
π¨βπ» Justice Bajeri
- GitHub: Justice Bajeri
- LinkedIn: Justice Bajeri
π¨βπ» Kwasi Baayeh
- GitHub: Kwasi Baayeh
- LinkedIn: Kwasi Baayeh
π¨βπ» Felicia G. Awuah
- GitHub: Felicia G. Awuah
- LinkedIn: Felicia G. Awuah
π¨βπ» Hesbon Onchera
- GitHub: Hesbon Onchera
- LinkedIn: Hesbon Onchera
In upcoming weeks, we will add some features as mentioned below
- Add a search feature to allow users to search for doctors.
- Improve the app UI.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then please give a βοΈ and also share your feedback using github_issues.
- β€οΈ Murat Korkmaz
This project is [Creative Commons] licensed.