Skip to content

bhimindia/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

About

Nest serverless app with netlify function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • JavaScript 12.5%