/ig-data-api

A api server for my website: https://instmap.tw

Primary LanguageJavaScript

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