Skip to content

ssd71/friendly-goggles-journal

Repository files navigation

Friendly Goggles journal 👓

Friendly Goggles journal is a (obviously)journal application written in NodeJS.

To use it locally:

Note that the above process only uses the development mode settings. To use the application in production mode:

  • Start a postgres server and set the DATABASE_URL env variable to point to the postgres url.
  • npm i
  • npm run build
  • npm start
  • Done!

Releases

No releases published

Packages

No packages published