World Vision Clinic

📗 Table of Contents

📖 World Vision Clinic

This is a full-stack project. In which you can register yourself create a doctor, book an appointment with the docotor, see all appiontmnets, delete a doctor(s).

🛠 Built With

Tech Stack

Client
  • React
Server
  • Ruby on Rails
Database
  • Postgresql

Key Features

  • User can register himself.
  • Add a doctor.
  • Book an appointment.

(back to top)

🚀 Live Demo

Front-end repository link

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:


 - Laptop/Desktop.
 - Internet.
 - Ruby.
 - Rails.
 - PostgreSQL.
 - Vs Code.

Setup

Clone this repository to your desired folder:

 mkdir my-folder
 cd my-folder
 git clone git@github.com:MudasirSherwani/Book-an-Appointment.git
 cd Book-an-Appointment
  • Remove config/master.key and config/credentials.yml.enc if they exist.
  • Run in the terminal:
 EDITOR=code rails credentials:edit 
  • This command will create a new master.key and credentials.yml.enc if they do not exist.
 bundle install
  • Change username and password in config/database.yml file
  • Run these commands to create and migrate database schema
 rails db:create
 rails db:migrate

Usage

To run the project, execute the following command:

rails server

Run tests

rails db:migrate RAILS_ENV=test
rspec ./spec/models/

Check Linter

rubocop

Deployment

(back to top)

👥 Authors

👤 Abdul Saboor Sohaib

  • GitHub: SaboorSohaib
  • Twitter: absaboorsohaib
  • LinkedIn: abdul-saboor-sohaib

Mudasir Sherwani

Oluwatoyin Olaoye

Zainab Al-Zubair

(back to top)

🔭 Future Features

  • Add Full Authorization
  • Developing more pages
  • Enhance Design

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can fork it.

(back to top)

🙏 Acknowledgments

  • We would like to thank... Microverse for giving us this opportunity to build this project.
  • Lets not forget that the design of this project was made by Murat Korkmaz

(back to top)

📝 License

This project is MIT licensed.

(back to top)