FastAPI Role Base Attendance System

Beginner's Attendance System using FastAPI
Explore the docs »

Installation

  1. Clone the repo
    git clone https://github.com/larteyjoshua/FastAPI-Role-Base-Attendance-System.git
  2. Create an Environment Variable using venv
  3. Install Python packages
    pip install -r requirements.txt
  4. Run the Project using the following command
     uvicorn app.main: app --reload

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)