Skip to content

MartinPavlik/eid-vote-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eid-vote-system

Implemented as a part of https://www.paralelnipolis.cz/obcanka/ hackaton in ParalelniPolis.

How to run

Backend

cd backend;
yarn install;
yarn build
yarn start

Frontend

If you want to run app on different port, for example 5000, use PORT=5000 yarn start. You can change the url to backend simply by variable GRAPHQL_URL_WS.

Check .env for more.

cd frontend;
yarn build;
yarn start;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •