Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 1.49 KB

README.md

File metadata and controls

79 lines (52 loc) · 1.49 KB

pipeline status coverage report

Auth

This module will be responsible for all the Authentication and Authorization for accessing our backend nCent API

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

GO
Node
npm
Serverless Framework
go dep
ginkgo

Installing

Install Serverless Framework

npm install -g serverless

Install node dependencies

npm install

Building

make build

Running the tests

go test ./...

or

ginkgo ./...

Deployment

Development environment

SLS_DEBUG=* serverless deploy --verbose --stage development

Production environment

SLS_DEBUG=* serverless deploy --verbose --stage production

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details