DevBlog is a simple CMS to manage users, articles and tags, this project is built with NestJS.
$ npm install
Duplicate .env.example
and rename it to .env
# Create the database with Docker
$ docker compose up -d
# Run migrations and seeders
$ npm run migrations:run
$ npm run seed:run
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Michael Cardoza
- Linkedin - @michaelcardozam