pitangagile / rateio-api

This is a free AWS Lambda api for Rateio written with Serverless.
Apache License 2.0
2 stars 7 forks source link

Rateio (API)

Rateio, a Pitang app for Time Reporting.
This is a free AWS Lambda api written with Serverless.

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

How can I start?

Well... how about start learning what we use to write this api?

Built With

Installing

Clone the repository to get the source code

$ git clone https://github.com/pitangagile/rateio-api.git rateio/api
$ cd rateio/api

Install the dependencies

$ npm install

or

$ yarn

Run to see if everything went well

$ npm run start

or

$ yarn start

Deployment

Just run

$ npm run deploy

or

$ yarn deploy

...but don't do that, let our robots do it for you ;)

Who do I talk to if I have questions?

Recommendations

Versioning

We use SemVer for versioning.

License

This source code is issued under Apache 2.0 license, a permissive free license, which means you can modify it as you please, and incorporate it into your own commercial or non-commercial software.

FOSS, oh yeah!