This module will be responsible for all the Authentication and Authorization for accessing our backend nCent API
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.
GO
Node
npm
Serverless Framework
go dep
ginkgo
Install Serverless Framework
npm install -g serverless
Install node dependencies
npm install
make build
go test ./...
or
ginkgo ./...
Development environment
SLS_DEBUG=* serverless deploy --verbose --stage development
Production environment
SLS_DEBUG=* serverless deploy --verbose --stage production
- GO - The Language
- Serverless Framework - Deployment Framework
- ElasticCache - Used to store data
- Rodrigo Serviuc Pavezi - Initial work - rodrigopavezi
This project is licensed under the MIT License - see the LICENSE.md file for details