Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 957 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 957 Bytes

Server

Express server

  • yarn run watch - Express Server

Database

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

Client

Parcel build with React and Tailwind

yarn start - Runs parcel

Resources

Future