Skip to content

FEMessage/serverless-nestjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-nestjs-starter

PRs Welcome Using serverless + nestjs + postgres to build a backend app.

Table of Contents

Install

sls create --template-url https://github.com/FEMessage/serverless-nestjs-starter.git 

# or
sls create --template-url https://github.com/FEMessage/serverless-nestjs-starter.git --path my-serverless-project

Dev

cd api

yarn 

# setting env var: STAGE=dev and PG_CONNECT_STRING=your-connection
vi .env 

yarn dev

⬆ Back to Top

Deploy

cd api

yarn build

# in project root dir
cd ..

sls deploy

⬆ Back to Top

Links

⬆ Back to Top

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

⬆ Back to Top

License

MIT

⬆ Back to Top

About

🚀 serverless + nestjs + postgres

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published