Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 731 Bytes

File metadata and controls

46 lines (30 loc) · 731 Bytes

School Roads

This project is data extraction from QGIS, stored in Postgres with extention of postgis, Evaluated by pgrouting to link Students to Schools in sroundings. Home Page

Prepare the enviroment

Import Data

Extract backup.sql from backup.rar

$> psql -U username -d database < backup.sql

Install

$> yarn add

Configuration

Rename .env.sample to .env, and fill the varibales.

Run the enviroment

In the project directory, you can run:

Front End

$> yarn run start

App will run on localhost:3000

Back End

$> yarn run server

Api will run on localhost:3001

/students
/schools
/road/:studentID/:schoolID