Skip to content

Guild of Physics' Electronic Voting Machine

Notifications You must be signed in to change notification settings

fyysikkokilta/fk-vaalimasiina

Repository files navigation

Guild of Physics' Voting Machine

Setup

  1. Have node and npm installed
  2. Clone the repository
  3. Install dependencies with npm install
  4. Setup a Postgres database and add the environment variables to .env
  5. Start the project with npm run dev

Docker

There is a separate Docker config for development and production. Both configurations start a containerized Postgres database. For both configs you should also define your environment variables in .env according to .env.example

Development docker setup can be setupped with docker-compose -f .\docker-compose.yml up.

Production docker setup can be setupped with docker-compose -f .\docker-compose.prod.yml up.

About

Guild of Physics' Electronic Voting Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published