Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 274 Bytes

Setup Database

 -- replace 'password' - openssl rand -base64 30
CREATE USER getbookmarklets PASSWORD 'password';
CREATE DATABASE getbookmarklets OWNER getbookmarklets;

Setup Environment

Rename .env.example to .env and replace the values with your own.