Skip to content

okakyo/next-nest-schema-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Nest.js Sample Repository

Logo

An example repository for a Schema-Driven Development project with Nest.js & Next.js

Requirements

  • Node.js (v17.2.0)
  • Makefile
  • Docker

Setup

  1. Install nodejs(v17.2.0), Makefile, and Docker

  2. Build and start up an applications

make build-up

After setup, execute make up

  1. Migration and Seeding
make migrate
make db-seed

Commands

  • Activate an app

make up
  • Deactivate an app

make down
  • Migration

make migrate
  • Revertion

make migrate-down
  • Seeding

make db-seed
  • clean an DB Schema

make db-clean
  • Generate OpenAPI codes

# on running the API server at http://localhost:11000
cd front; yarn codegen

URL

LISENCE

Author

  • Oka Kyohei(@okakyo)

About

Schema Development on Nest.js & Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published