Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackgt/ballot
Hackathon judging made a little better
https://github.com/hackgt/ballot
event-management georgia-tech hackathon hackgt judging
Last synced: 2 months ago
JSON representation
Hackathon judging made a little better
- Host: GitHub
- URL: https://github.com/hackgt/ballot
- Owner: HackGT
- Created: 2018-01-28T19:50:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T20:02:25.000Z (over 2 years ago)
- Last Synced: 2024-04-13T08:50:17.934Z (10 months ago)
- Topics: event-management, georgia-tech, hackathon, hackgt, judging
- Language: TypeScript
- Homepage: https://expo.hack.gt
- Size: 3.15 MB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ballot
HackGT's judging system!## Getting Started
1. Run `npm install` to install dependencies**Note: Ensure you start the server before the client**
### Server
1. Start Postgres server and ensure ballot database exists
2. `cd server`
3. Copy `.env.example` to `.env` and fill in env vars
4. `npm start` to build and run server
5. Visit `localhost:3000` to see server### Client
1. `cd client`
2. `npm start` to start frontend
3. When prompted with `Would you like to run the app on another port instead? (Y/n)`, type `y`
4. Visit `localhost:3001` to view React client