https://github.com/leoglme/driving-school-api
Application destinée aux autos écoles pour gérer ses employés, étudiants et heures de conduites.
https://github.com/leoglme/driving-school-api
api flask python
Last synced: 3 months ago
JSON representation
Application destinée aux autos écoles pour gérer ses employés, étudiants et heures de conduites.
- Host: GitHub
- URL: https://github.com/leoglme/driving-school-api
- Owner: Leoglme
- Created: 2022-06-27T09:18:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T21:11:23.000Z (over 3 years ago)
- Last Synced: 2025-03-15T05:28:57.055Z (11 months ago)
- Topics: api, flask, python
- Language: Python
- Homepage:
- Size: 444 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrivingSchool
This app make with vue 3 and flask.
## How To Run
1. Install dependencies:
```
$ pip install -r requirements.txt
```
2. Start app:
```
$ py main.py
```