Skip to content

Staticyassine/school-roads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • HTML 10.8%
  • CSS 2.3%