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

https://github.com/lecualab/landing-page-api

Endpoints to manage the landing page requirements
https://github.com/lecualab/landing-page-api

aws lambda nestjs serverless typescript

Last synced: about 1 year ago
JSON representation

Endpoints to manage the landing page requirements

Awesome Lists containing this project

README

          

# Landing Page API

Expose useful endpoints to manage the landing page.

## TL;DR

Choose one of the following options to run the project:

- Locally:

```bash
# Install dependencies
pnpm install

# Run the app
pnpm start:dev

# If you want to debug the app
pnpm start:debug
```

Then open the [Swagger UI](http://localhost:3000/api).

- Serverless Offline:

```bash
# Install dependencies
pnpm install

# Run the app
pnpm start:offline
```

Then open the [Swagger UI](http://localhost:3000/local/api).

- Docker container:

```bash
# Start the app
pnpm start:docker
```

Then open the [Swagger UI](http://localhost:3000/api).