Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 505 Bytes

BASIL

BASIL - REST Api

This repository folder host the source code of the BASIL Web REST Api.

This project is based on a python framework named Flask.

Install dependencies via pdm (run from BASIL project root directory)

pdm install

Development scripts (run from BASIL project root directory)

# Start the development server
pdm run python3 api/api.py