-
Create a user with username postgis_user and password password
-
Create a db called travelers_journal and make sure you extend your Postgres db with PostGIS
-
To restore db use the databse dump found in root/dump folder:
psql -U postgis_user -d travelers_journal < dbexport.pgsql
-
Globally install Node.js with the binary for your system from: https://nodejs.org/en/download/
-
Install Yarn (with npm which comes with Node.js)
npm install --global yarn -
In root/server AND in root/src run the following command:
yarn install
-
In root/server run:
yarn start
-
In root/src run:
yarn serve