Skip to content

Inclushe/caps-lock

Repository files navigation

CAPS LOCK

Caps lock site screenshot with text: RANT OR RAVE IN A THOUSAND CHARACTERS OR LESS, ALL CAPS ONLY

RANT OR RAVE IN A THOUSAND CHARACTERS OR LESS

Installation

  • Use Node version 12.22.7.
  • Copy vars.env.example to vars.env.
  • Set up postgresql and add DB_USER and DB_PASS to vars.env.
  • Get keys from Mailtrap for development or SendGrid for production.
  • Generate SESSION_SECRET with openssl rand -hex 512 and add to vars.env.

Postgres & Node

git clone
nvm install 12.22.7
nvm use 12.22.7
npm i
heroku create
git push heroku master
heroku addons:create heroku-postgresql:hobby-dev
heroku config:set SESSION_SECRET=$(openssl rand -hex 512)
heroku config:set SENDGRID_API_KEY=<SENDGRID KEY>
heroku run npm run migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors