Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 468 Bytes

Python API Clean Architecture implementation

A little introduction here...

Requirements

  • Python 3.10

Dependencies

  • Flask 2.3
  • Sqlalchemy 2.0.22

Setup

To install project run make.

It will create a new file in the project root, called: ".env".

Fill it with correct values to procceed with development.

Run

To run project execute make run into the terminal. It will start the API and serve the requests connected to the resources.