[ final-group-capstone ] is an application which allows users to to book an apponitment with a doctor for the stipulated amount of time.
Server
- [Authenicate user]
- [Fetch bookings]
- [Post bookings]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Have ruby installed
- Have node installed
- Have rails installed
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/Ibtisam34/Final-group-capstone
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 Environment file in your project by running the following command:
bundle exec figaro install
-
In
config/application.yml
, add the following env keys:DEVISE_SECRET_KEY:
DB_USERNAME:
DB_PASSWORD:
-
Run the command below to generate App Secret for your authentication and add as the DEVISE_SECRET_KEY in your environment:
rake secret
-
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:
rspec spec/models/doctor_spec.rb
rspec spec/models/user_spec.rb
-->
👤 Falis Abdikani
- GitHub: @ibtisam34
- LinkedIn: Falis
👤 Joshua Blue-Jack
- GitHub: @Tamunokuro
- LinkedIn: Joshua Blue-Jack
👤 Girma Tarekegn
- GitHub: @Girma
- LinkedIn: Girma_Tarekegn
👤 Odai
- GitHub: @odaialazzeh
- LinkedIn: odai alazzeh
- [More booking options]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
we would like to thank:
- Microverse for adding this project in the carriculum
- Murat Korkmaz the creator of the original design.
- Team of 4 members
This project is MIT licensed.