Skip to content

dmeetrich/nest-knex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NestJS Knex Template

Development

Install docker:

brew install docker

Install node.js

brew install node

To start database and migrate it in docker just run a command:

docker-compose up -d

After db starting you should run seed for db:

npm run knex seed:run

To start local server just run a command:

npm run webpack:build

and in another console window:

npm run webpack:start

About

NestJS with Knex backend template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published