saefullohmaslul / netlify-serverless-nest

Nest serverless app with netlify function

Home Page:https://nest-serverless.netlify.app/.netlify/functions/server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go

Serverless Netlify with Nestjs Framework

Requirements

Feature

  • Serverless free with Netlify
  • Build using Nestjs framework
  • Clean pattern

Setup

Building and running the dockerized codebase

  1. Clone the repository.

  2. Build app using npm run build.

  3. Run app using netlify dev.

  4. Open endpoint:

    /.netlify/functions/server/
    

Endpoint

We already create example endpoint:

  1. Generate random string /.netlify/functions/server/randoms/string

  2. Generate random uuid /.netlify/functions/server/randoms/uuid

Cleaning up

  1. When you're done, Ctrl-C in the main netlify dev window to terminate the running processes.

  2. Delete this directory to cleaning app

About

Nest serverless app with netlify function

https://nest-serverless.netlify.app/.netlify/functions/server


Languages

Language:TypeScript 87.5%Language:JavaScript 12.5%