Skip to content

Vaccine center App is a React on Rails App. The App contains a list of categories of facilities where user can check the description of a particular facility and can book a free trial in there preferable time and location (city). Users can check all there appointments from the sidebar. The data is fetched from the Appointment App's Restful API a…

Notifications You must be signed in to change notification settings

billodiallo/Book_an_appointment

Repository files navigation

FINAL CAPSTONE PROJECT MICROVERSE TRAINING

This project is the Final Capstone of the Microverse curriculum !

Built With

  • Ruby v3.0.0
  • Ruby on Rails v6.1.3

Sreenshot

test1 test2 test3 test4

Live Demo

Deployment Book_an_appointment API on Heroku

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 3.0.0 Rails: 6.1.3 Postgres: >=9.5

Setup

Install gems with:

bundle install
rails webpacker:install

Setup database with:

   rails db:create
   rails db:migrate
   rails db:seed

Github Actions

Usage

To use THIS project :

  • Clone with HTTPS
     https://github.com/billodiallo/Book_an_appointment.git
    
  • cd into Book_an_appointment

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec --format documentation

Deployment on heroku

  • create account on heroku on your terminal:
  • heroku login
  • heroku create
  • check your remote link and push for deployment : git config --list | grep heroku git push heroku main or master
  • migrate your database heroku run rails db:migrate
  • heroku open

Authors

👤 Billo Dallio

🤝 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

TBA

📝 License

TBA

  • ...

About

Vaccine center App is a React on Rails App. The App contains a list of categories of facilities where user can check the description of a particular facility and can book a free trial in there preferable time and location (city). Users can check all there appointments from the sidebar. The data is fetched from the Appointment App's Restful API a…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published