Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 549 Bytes

Fast-API-Employee-Database

This is a repository to store Fast API Employee Details

Run the project locally

Clone the repository

git clone https://github.com/sayantan1413/Fast-API-Employee-Database.git

Enter into the directory

cd Fast-API-Employee-Database.git

Source the virtual env

source /fastapi/bin/activate

Install the dependencies

pip install -r requirements.txt

Run the project

python3 main.py

The project will be available at http://localhost:8000/ and the API docs is available at http://localhost:8000/docs