Ensure that postgres
is running (e.g. by trying to start a psql
shell).
Run npm install
, then npm run seed
to seed the database with fake data.
Finally, fire it up with npm start
and go to http://127.0.0.1:8080/.
Ensure that postgres
is running (e.g. by trying to start a psql
shell).
Run npm install
, then npm run seed
to seed the database with fake data.
Finally, fire it up with npm start
and go to http://127.0.0.1:8080/.