A simple medium like app.
- Clone the repo
cd node-postgres-blog/dbcat install.sql | psql
or if you are not logged into the
postgresuser accountcat install.sql | psql -U postgres
cd ../servernpm installandnpm start
install.sql creates a database and populates it with test data including a few users:
The password for all is
password