Express server
yarn run watch
- Express Server
PostgreSQL database
-
pg-promise - Postgres adapter
-
db-migrate-pg - migrations
-
Configured database
CREATE DATABASE the_den;
-
Running migrations -
yarn run db-migrate up/down
-
pg-promise - Examples\
-
gen_random_uuid()
for uuid
Parcel build with React and Tailwind
yarn start
- Runs parcel