Skip to content

Setting up auxiliaries

Vedant Panchal edited this page Nov 19, 2021 · 2 revisions

Welcome to the NoteApp wiki!

.env

a file for local-specific environment variables

DB_PORT=5432
SERVER_PORT=5000
HOST="localhost"
DB_USER=""
DB_PASS=""
DB_NAME=""

setting up Postgres

Link

Clone this wiki locally