Skip to content

Raphy/nestjs-blog

 
 

Repository files navigation

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 [email protected]: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

About

Blog made with nestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.7%
  • JavaScript 19.6%
  • Other 0.7%