Skip to content

AndresOrozcoDev/fastapi-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Dashboard

Endpoints RestFull API's for User dashboard panel.

Requirements

Make sure you have the following programs installed before running the application:

Development server

Install virtual environment

  pip install virtualenv

Create virtual environment

  python -m venv env

Activate virtual environment

  env\Scripts\activate

Install requirements.txt file

  pip install -r requirements.txt

Create requirements.txt file

  pip freeze > requirements.txt

Run the project

  py main.py

Running unit tests

For unit tests, pyTest and Httpx are used, for the execution of said tests, execute the following command

  pytest

Technology Stack and Features

Author

Releases

No releases published

Packages

No packages published