Skip to content

BiodiversiteQuebec/API-biodiv-impacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • Make sure you have Python 3.12 (maybe other versions will work but i tested with 3.12)
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

Running the project

Open a terminal in the root of the project. Run those commands :

  1. To make sure you are in the virtual environment with the correct dependencies run:
source .venv/bin/activate

  1. Now start the Fast API server
fastapi dev app/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages