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.
- 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 ...
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.
- 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/sja-thedude/book-an-appointment
To run the tests locally :
- To instal RSpec for testing please run the following command on your terminal:
gem install rspec
- Could not find gem
- Install psql
- PG:: InsufficientPrivilege: ERROR: must be owner of database blog_app_development
-connect to your psql
- run
rails s
in your terminal
👤 Syeda Juveria Afreen
- GitHub: @sja-thedude
- Twitter @sja_thedude
- LinkedIn sjathedude
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.