This repository contains the frontend and API for the "Observatoire des pratiques d'influence" project. It uses FastAPI for the API and NextJS/React for the frontend.
You will need to have docker to run the local stack.
make up
The frontend will be available at http://localhost:3000/ and the API doc is available at http://localhost:8000/docs#
- API:
make build-api - Frontend:
make build-frontend