Skip to content

syifandimulyanto/node-express-docker-starter

Repository files navigation

Node Express Docker Starter

Node Express Docker Starter is project to facilitate create new project, we don't need to work hard, to do the initial configuration

Step to use this project :
  • docker-compose up -d

Migrations

Run Migrations

$ knex migrate:latest

Add --env=test to migrate your test database.

Seeds

Create Seeds

$ knex seed:make <examples>

Replace the function in seeds/dev/<examples>.js with your own seeds.d

Seed DB

$ knex seed:run

About

Node Express Docker Starter is project to facilitate create new project, we don't need to work hard, to do the initial configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published