- You need node.js v12.5.0 or later (v14 prefered)
- Clone this repository
- Run
npm i
to install dependencies - Before running server initialize the DB:
- First of all, make sure you have PostgreSQL installed (prefer 12.x).
- Run database initialization script:
application/db/setup.sh
- Run project:
npm start
and stop with Ctrl+C
Copyright (c) 2020-2021 Metarhia contributors. This starter kit is MIT licensed.