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)
cd SB_Hacks_VInpm installnpm run buildpostgres
psql -U postgresCREATE DATABASE sbhacksvi_dev;npm start to start the server. Close server.npm run seed to load the initial schools in the databasenpm start again to start the server.