/Therapist-App

therapist booking app for consultation

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

🏥 Counseling API

The Counseling API allows clients to create therapist profiles and schedule appointments with their preferred therapists.

🚀 kanban board


coin_image

Frontend Repository

Final capstone front end

📷 screenshots

🛠 Built With

Tech Stack

🚀 Live API Demo

Key Features

  • Create user based on role
  • Create therapist profile and view all therapists
  • Create appointment and view all appointments
  • Authentication using JWT
  • Authorization using cancan
  • Unit testing using rspec

(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:

  • Command line or terminal
  • IDE such as VsCode.
  • Rails needs to be installed on your system.

Setup

Clone this repository to your desired folder: Example command:

  git clone https://github.com/MAleemH/final-capstone-back-end.git
  cd final-capstone-back-end

Install

Example command:

  cd final-capstone-back-end
  bundle install (install all dependencies)
  rails db:create (to create database)
  rails db:migrate (to migrate tables)
  rails db:seed (to seed data )

Usage

To run the project redirecting to the root directory of the project and run the following command:

 bin/rails server (to run web API)

Test

To test the web app run the following command:

 rspec spec ( to test the web API)

👥 Authors

👤 Zewdu Erkyhun

👤 Emeka Emmanuel Ugboaja

👤 Muhammad Aleem

👤 Fitz Gerald

👤 Choice Osobor

(back to top)

🔭 Future Features

  • [add comments for therapist and client]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • We would like to thank microverse community for the support and guidance, Thank you Murat Korkmaz on Behance for the Awesome Design Template.

(back to top)

📝 License

This project is MIT licensed.

(back to top)