/nestjs-blog

Blog made with nestJS

Primary LanguageTypeScript

Ashleigh's Blog made with nestJS

A simple MVC blog example build on NestJS, rendered with React, templated with jade.

Install

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

Database sync

Sync the entities to the database from within the container

yarn schema:sync

Cli

I've built a basic cli for managing the project. So far there's only a user creation command.

./blog user:create