Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

developer239/nest-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Dependabot Maintainability Test Coverage

Nest REST API

Demo application is running here (it might take a while before the free server wakes up)

📘 API is documented here.

The core code of this application was generated automatically by create-opinionated-app.

Example Features

Configuration

  • Basic Project Setup
  • Environment Variables
  • Database (TODO: migrations)
  • Tests

Features

  • Authorization (TODO: refresh token)
  • Health Check
  • Basic CRUD operations
  • Documentation
  • In-memory Cache

Deployment

  • Heroku CD
  • GitHub Actions CI

Development

  1. Start development server: yarn start:dev

Useful Commands

  • yarn test runs jest
  • yarn start:debug start debug server
  • yarn format Prettify source code
  • yarn lint:ts Show ts errors

Deployment on Heroku

This application is Heroku ready.

Deploy

  1. Install Heroku CLI: brew tap heroku/brew && brew install heroku
  2. Login: heroku login
  3. Go to your app folder: cd ~/nest-rest-api
  4. Create new project on Heroku heroku create

You can find more information here.

About

Typescript meets Nest.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published