Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 619 Bytes

File metadata and controls

15 lines (11 loc) · 619 Bytes

Admin-Service

Python 3.7 License: GPL v3

Repository for administrative apis

Installation

Before you start

  • node version should be 10 or above (to check node -v) or use nvm.
  • serverless should be installed globally (npm install -g serverless)

Install Dependencies

  • cd admin-service/
  • npm install