Book Appoinments backend is rails backend application for doctor book appoinemnts. This applications take works for API endpoints and users can load, create, and delete doctors and reservations. Users need to sign up or sign in to access the API endponits. They can sign up or sign in using the API endponts.
We are a group of five
- Team 1 - Chimwemwe-127001
- Team 2 - Ranjeet
- Team 3 - Ellis
- Team 4 - Ritta
- Team 5 - Anselem
- Major languages (Ruby)
- Framworks (Ruby on Rails)
- Testing library (Respec)
- API docs (Rswag)
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Ruby on Rails
- PostgresSQL
- Clone the project
git clone git@github.com:Chimwemwe-127001/book-appointment-backend.git
cd book-appointment-backend
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
Visit http://localhost:3000/ in your browser.
Install npm with:
npm i
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
rails server
Visit http://localhost:3000/api-docs in your browser.
👤 Ranjeet Singh
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
👤 ANSELEM ODIMEGWU
- GitHub: @AnselemOdims
- LinkedIn: Anselem Odimegwu
- Email: anselemcloud@gmail.com
👤 Chimwemwe Sinyinza
- GitHub: @Chimwemwe-127001
- Twitter: @chimwewme
👤 Ritta Sweta
- Linkedin: @ritta-sweta
- Github: @Buyaki01
- Twitter: @BuyakiRitta
👤 mwanawabangona
- Github : @mwanawabangona
- Twitter : @Ellis_ahh
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: Microverse
This project is MIT licensed.