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

https://github.com/hackgt/sportal

Sponsorship Portal
https://github.com/hackgt/sportal

Last synced: about 1 month ago
JSON representation

Sponsorship Portal

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`