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