https://github.com/hackgt/sportal
Sponsorship Portal
https://github.com/hackgt/sportal
Last synced: about 1 month ago
JSON representation
Sponsorship Portal
- Host: GitHub
- URL: https://github.com/hackgt/sportal
- Owner: HackGT
- Created: 2018-09-10T00:09:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:54:36.000Z (over 6 years ago)
- Last Synced: 2025-06-20T11:44:25.481Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 573 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sportal
Sponsorship Portal
# Usage
Please note that the Postgres database must be populated prior to running Sportal.
In order to run the Sportal, please execute the following instructions:
0. Configure your environment variables for the server (please see `./backend/config.ts`)
1. Change directories to `./client` (`cd ./client`)
2. Run `npm install`
3. Run `npm run build`
4. Change directories back out to `./backend` (`cd ../backend`)
5. Run `npm install`
6. Run `npm run start`