Skip to content

A simple api using serverless framework, typescript and mongodb with Clean Archtecture

Notifications You must be signed in to change notification settings

MatheusHAS/my-serverless-api-clean-arch

Repository files navigation

my-serverless-api-clean-arch

A simple api using serverless framework, typescript and mongodb with Clean Archtecture

This project use:

Install

npm install

Project Environment

In this project has 2 environments:

  • development
  • production

Environment variables

All environment variables they are ./environment folder on files:

  • .env.development
  • .env.production (not exist for default. If you need, you can create)

Run on localhost

npm run start:dev

This command run a http server locally to test your lambda.

Deploy

To deploy, you need:

development

  • npm run deploy:dev

production

  • npm run deploy:prd

About

A simple api using serverless framework, typescript and mongodb with Clean Archtecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published