Skip to content

tomehabb/clincconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClinicConnect API

This is a FastAPI-based backend for the ClinicConnect application. It provides authentication functionality, including user registration and login using JWT tokens.

Setup Instructions

  1. Clone the Repository:
git clone https://github.com/tomehabb/clincconnect.git
cd clinicconnect
  1. Set Up a Virtual Environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate

  1. Install Dependencies:
pip install -r requirements.txt

  1. Run the Application:
uvicorn main:app --reload

Access the Swagger UI

  • Once the application is running, you can access the interactive API documentation (Swagger UI) at:
http://127.0.0.1:8000/docs

Use this interface to explore and test the available APIs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages