Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

[API] Bird atlas of France

HowTo

Install poetry

Require poetry project manager installed

python3 -m pip install --user poetry

Init env

Install requirements

poetry install

Create environment file

in backend dir

cp .env.sample .env
editor .env

Run API

poetry run dev_back