An open API service indexing awesome lists of open source software.

https://github.com/virendracarpenter/cis-hours-calculator


https://github.com/virendracarpenter/cis-hours-calculator

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# cis-hours-calculate
## ✨ Features

- FastAPI
- Uvicorn
- Python 3

## 💁‍♀️ How to use

- Create env `python -m venv venv`
- Source `source venv/bin/activate`
- Clone locally and install packages with pip using `pip install -r requirements.txt`
- Run locally using `fastapi dev main.py`

## 📝 Notes

- To learn about how to use FastAPI with most of its features, you can visit the [FastAPI Documentation](https://fastapi.tiangolo.com/tutorial/)