Project is created with:
- Express.js
- PostgreSQL
- PostGis
Before that must be Create Database
and open Terminal(Linux,Mac)
or CMD(Windows)
$ cd ../lorem
$ npm install
$ cp env.example .env
Update Configuration in file .env
To run this project, install it locally using npm:
$ npm start
or
$ npm run dev
open Postman with POST
method
http://localhost:3000/migration/table
open Postman with POST
method
http://localhost:3000/seed/seed
Open Browser http://localhost:3000/map
To the extent possible under law, Arieansyah has waived all copyright and related or neighboring rights to this work.