- Postgres database instance
- A Node.js development environment
- Fork this repo
- Clone this repository
- enter the following line into your command line and insert your copied url instead of the quoted text:
git clone 'copied url'
-
Install your npm dependencies: run
npm install
in your terminal. -
Copy
template.env
and create a.env
file in the project root.
- Specify the Postgres database connection URI as
DB_URI
. - Secret key for auth as
SECRET_KEY
.
- Start your node server and compile the application, run the following:
npm run dev
.