Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 520 Bytes

Readme.md

File metadata and controls

23 lines (20 loc) · 520 Bytes

Main Bersama Rest API

RESTful API untuk melakukan booking suatu lapangan. Demo
For Documentation Click Here

How To Run

  1. Clone the repository
$ git clone https://github.com/khorihutama/main-bersama-rest-api.git
  1. Install the module
$ npm install
  1. Create env file and fill the configuration
$ cp .env.example .env
  1. Run the app
$ npm run start