rafaelnferreira / easy-expenses-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy expenses - Back End

You should check the front end first

This project is a back end implementation to support the goal of the application as described in the Front end project.

You could argue that the application don't need any back-end at all (I agree on that), although I would miss the opportunity to play with AWS Lambda.

Dev environment setup

  1. You need Node, Docker and . SAM CLI
  2. Clone the repo and simple trigger:
npm install
./startDev.bash

Sending a test request

Use the front end to send a test request as you need a valid GAPI Token to be passed in the HTTP Header gapiauth.

About


Languages

Language:JavaScript 97.1%Language:Shell 2.9%