-
server: backendsetup:
- install Node.js
- install yarn
- 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.)
- install docker (we run Postgres in docker container)
to run the system: (in terminal)
yarn installcp .env.example .env(you might need to add more info on env(such as S3_REGION) enable to run the system)docker-compose up -dyarn run db:migrateyarn dev
-
client: frontend setup:- install Node.js
- install yarn
to run the system:
yarn installyarn dev
-
Notifications
You must be signed in to change notification settings - Fork 1
REST API for ACM at UCSD's hackathon portal.
acmucsd/hackathon-portal
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
REST API for ACM at UCSD's hackathon portal.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published