Skip to content

A Mental Load sharing and organization application

Notifications You must be signed in to change notification settings

joshmfrankel/the-den

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Mental Load sharing and organization application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published