This is a blockchain project to run a ballot using a custom ERC20 token
There are 2 applications, the api (created with nestjs) and the frontend (created with nextjs).
The project is dockerized in development mode to use hot reload.
To start coding run:
docker-compose up
It will create and run both projects in localhost. You can find the api in port 3001 and the frontend in port 3000.