A simple MVC blog example build on NestJS, rendered with React, templated with jade.
First clone this directory
git clone git@github.com:bashleigh/nestjs-blog
copy the ormconfig.json.dist
file
cp ormconfig.json.dist ormconfig.json
Start docker
docker-composer up -d
Run yarn from inside the container for bcrypt
.
yarn
Sync the entities to the database from within the container
yarn schema:sync
I've built a basic cli for managing the project. So far there's only a user creation command.
./blog user:create