Skip to content

ncent/app-api

Repository files navigation

arber-core

This is a Core backend functionality for the arber app, using serverless/lambda, written in golang

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

Installing

Install Serverless Framework

npm install -g serverless

Install node dependencies

npm install

Building

make build

Running the tests

go test ./...

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published