Book an appointment app
The project we are going to build for the Final Capstone Project is based on an app to book an appointment to the doctor. We should follow the given design of the website, but we personalized the content.
Additional description about the project and its features.
Learning objectives
- Apply technical knowledge and skills gained in previous modules in a complex project.
- Understand pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.
- Understand principles of Ruby on Rails and React frameworks.
- Apply Ruby best practices and language style guides in code.
- Apply RoR best practices and language style guides in code (e.g. thin controllers).
- etc ...
Built With
Live Demo
Frontend Link
Getting Started
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
Prerequisites
- Ruby (ruby --v)
- SQLite3 (sqlite3 --v)
- Postgrestsql (psql --version)
- Node.js (node --v)
- Yarn (yarn --v)
To get a local copy up and running follow these simple example steps.
Run in your terminal git clone https://github.com/azy64/book-an-appointment
Install RSpec
To run the tests locally :
- To instal RSpec for testing please run the following command on your terminal:
gem install rspec
Helpful links to solve some issues
- Could not find gem
- Install psql
- PG:: InsufficientPrivilege: ERROR: must be owner of database blog_app_development
Run the application
-connect to your psql
- run
rails s
in your terminal
Authors
👤 Azaria SAIDI ALLY
👤 Victor
- GitHub: @VICTOR-CHUKWU
- LinkedIn: Victor-chukwu
👤 Ntazama Willy
- GitHub: @ntzwilly
- LinkedIn: @ntazamawilly
👤 Ben Mukebo
- GitHub: @BenMukebo
- Twitter @BenMukebo
- LinkedIn BenMukebo
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
📝 License
This project is MIT licensed.