https://github.com/ssd71/friendly-goggles-journal
A personal note-taking web application built with NEXT, and some Express
https://github.com/ssd71/friendly-goggles-journal
express knex nextjs nodejs objectionjs passportjs reactjs rest-api
Last synced: 3 months ago
JSON representation
A personal note-taking web application built with NEXT, and some Express
- Host: GitHub
- URL: https://github.com/ssd71/friendly-goggles-journal
- Owner: ssd71
- License: mit
- Created: 2019-08-03T14:36:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:48:52.000Z (over 2 years ago)
- Last Synced: 2025-01-12T20:11:22.694Z (5 months ago)
- Topics: express, knex, nextjs, nodejs, objectionjs, passportjs, reactjs, rest-api
- Language: JavaScript
- Homepage: https://friendly-goggles.herokuapp.com/
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Friendly Goggles journal 👓
Friendly Goggles journal is a (obviously)journal application written in NodeJS.
To use it locally:
- Fork the repo
- Clone it locally
- `npm i`
- `npm run dev`
- Now open a browser and go to http://localhost:3000Note 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!