An open API service indexing awesome lists of open source software.

https://github.com/felipelaptrin/ephemeral-environment-backend-serverless


https://github.com/felipelaptrin/ephemeral-environment-backend-serverless

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ephemeral Backend Serverless
This is a demo repository for my [blog post](https://www.felipetrindade.com/ephemeral-environment-backend-serverless/).

## How to contribute?

1) Install dependencies

You can use [mise](https://mise.jdx.dev/) to install all developer dependencies.

```sh
mise install
```

2) Install NodeJS dependencies

```sh
yarn
```