This is the website for SB Hacks V (Jan 2019).
Built with Node.js (Express), React.js (Redux), Postgres, and MongoDB (session store)
Needs a .env file!! (Ask me for one)
- Install nodejs
- git clone this repo
cd SB_Hacks_VInpm installnpm run build- In order to setup the Database
- Install PSQL (If it isn't already installed)
- Login to PSQL CLI with user
postgrespsql -U postgres
- In PSQL CLI:
CREATE DATABASE sbhacksvi_dev;
- Type
npm startto start the server. Close server. - Type
npm run seedto load the initial schools in the database - Type
npm startagain to start the server. - Ask Jennifer Lai for the .env file.