Skip to content

acmucsd/hackathon-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Portal

Repo Structure

  • server: backend

    setup:

    1. install Node.js
    2. install yarn
    3. install Postgres (Even though our actual Postgres instance runs in a Docker container, we need to install Postgres to install the official pg Node package.)
    4. install docker (we run Postgres in docker container)

    to run the system: (in terminal)

    1. yarn install
    2. cp .env.example .env (you might need to add more info on env(such as S3_REGION) enable to run the system)
    3. docker-compose up -d
    4. yarn run db:migrate
    5. yarn dev
  • client: frontend setup:

    1. install Node.js
    2. install yarn

    to run the system:

    1. yarn install
    2. yarn dev

About

REST API for ACM at UCSD's hackathon portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages