https://github.com/virendracarpenter/cis-hours-calculator
https://github.com/virendracarpenter/cis-hours-calculator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/virendracarpenter/cis-hours-calculator
- Owner: virendracarpenter
- Created: 2024-06-12T10:37:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T10:11:07.000Z (over 1 year ago)
- Last Synced: 2025-05-31T16:49:59.053Z (4 months ago)
- Language: HTML
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)