https://github.com/podcodar/voting-system
VS
https://github.com/podcodar/voting-system
Last synced: about 1 year ago
JSON representation
VS
- Host: GitHub
- URL: https://github.com/podcodar/voting-system
- Owner: podcodar
- Created: 2022-07-18T21:23:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:16:24.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:40:24.027Z (over 1 year ago)
- Language: TypeScript
- Homepage: voting-system-lyart.vercel.app
- Size: 1.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voting System
This project has the objective to emulate a Brazilian automated electoral system. It uses [Notion](https://www.notion.so/) databases
as a way for the user to create new elections and also to store election results.
## Requirements
To run this project locally you will need:
- [Yarn](https://yarnpkg.com/).
- [Docker](https://docs.docker.com/engine/install/).
### Environment setup
Copy the `.env.local.example` in the same folder using the name `.env.local`. Setup it with your personal
Notion API key.
### Running the app locally
To run the app locally, you will need to run the following commands:
```bash
docker compose up -d
yarn dev
```
Docker will setup a simple postgres database, the following yarn command will startup the app locally.
## References
- [Architecture and Workflows](docs/architecture-and-workflows.md).