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

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.

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
```