1GORDON / book-an-appointment-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Ruby
  • Ruby on Rails

Live Demo

Live Demo 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/sja-thedude/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

Run the application

-connect to your psql

  • run rails s in your terminal

Authors

👤 Syeda Juveria Afreen

🤝 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.

About


Languages

Language:Ruby 99.5%Language:HTML 0.4%Language:CSS 0.1%