A portal for the SBHS Sailing Program.
- Clone this repo.
- Make sure you have
node@8
installed. - Set up PostgreSQL. Use Postgres.app and create a database by running
CREATE DATABASE sailing;
from apsql
instance. Then runpsql -f db.sql -d sailing
fromserver/
to create tables in your newsailing
database. - Configure setup by renaming
config_example.js
toconfig.js
and filling it in. npm run serve
to run the server.npm start
to run the client.