Skip to content

saefullohmaslul/netlify-serverless-nest

Repository files navigation

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

Releases

No releases published

Packages

No packages published