Skip to content

michaelcardoza/dev-blog-api-nestjs

Repository files navigation

Dev Blog API - NestJS

Description

DevBlog is a simple CMS to manage users, articles and tags, this project is built with NestJS.

Database Schema

Installation

$ npm install

Running the app

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

Stay in touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published