This project is data extraction from QGIS, stored in Postgres with extention of postgis, Evaluated by pgrouting to link Students to Schools in sroundings.
Extract backup.sql from backup.rar
$> psql -U username -d database < backup.sql
$> yarn add
Rename .env.sample to .env, and fill the varibales.
In the project directory, you can run:
$> yarn run start
App will run on localhost:3000
$> yarn run server
Api will run on localhost:3001
/students
/schools
/road/:studentID/:schoolID
