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
- Host: GitHub
- URL: https://github.com/lecualab/landing-page-api
- Owner: lecualab
- License: apache-2.0
- Created: 2025-02-17T09:22:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T05:20:06.000Z (about 1 year ago)
- Last Synced: 2025-02-27T05:37:07.881Z (about 1 year ago)
- Topics: aws, lambda, nestjs, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).