Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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