This web application is the API that serves as the backend to the Doctor-appointment_frontend
Repository | Pull request |
---|---|
Repo link >> | Pull request Here >> |
- Major: Ruby
- Frameworks:
Rails
- Technologies: Git, Gitflow, Linters, Github, PostgreSql, Rubocop
The live demo http://finalcapstonedoctorappointment.herokuapp.com/api-docs/index.html
To get a local copy up and running follow these simple example steps.
- Have a computer and internet connection
- Have
Ruby
installed on your computer - Have
Rails
installed on your computer - Have a basic knowledge of
Ruby
andOOP
concept - Have a basic knowledge of
Rails
- Have a general understanding of what testing is
- Have
visual-studio code
or any other code editor installed on your computer.
- In order to get a copy of this project you need to download it from https://github.com/silviatofana/doctor-appointment
- Extract the zipped file and open it in your code editor
- Run the command bellow in your terminal to get all required files
bundle install
To setup the database on your local machine run respectively the commands bellow:
rails db:setup
rails db:migrate
rails db:seed
you can run one of the following command in your terminal
- Run testing
rspec
- Run linters
> Rubocop --color
> Rubocop -a
👤 Silvia Tofana
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Felix Ouma
- GitHub: @Felix45
- Twitter: @Felix_Atonoh
- LinkedIn: LinkedIn
👤 Henry V. Singhbeh
- GitHub: @henrycode460
- Twitter: @460code
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hats off to the whole microverse community
This project is MIT licensed.