This project has the objective to emulate a Brazilian automated electoral system. It uses Notion databases as a way for the user to create new elections and also to store election results.
To run this project locally you will need:
Copy the .env.local.example
in the same folder using the name .env.local
. Setup it with your personal
Notion API key.
To run the app locally, you will need to run the following commands:
docker compose up -d
yarn dev
Docker will setup a simple postgres database, the following yarn command will startup the app locally.