Skip to content

HoMuChen/ig-data-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ig-data-api

A backend api server used by instmap

Installation

$ git clone https://github.com/HoMuChen/ig-data-api.git
$ cd ig-data-api
$ npm i

Configuration

$ cd envs
$ cp dev.dev.sample dev.env
$ vi dev.env  ## add all you need in the dev.env as system environment

Run

$ source envs/dev.env # souce system environment

$ npm start # starts app sever

Releases

No releases published

Packages

No packages published