Skip to content

A backend REST API for a blog application called "Median" (a simple Medium clone).

Notifications You must be signed in to change notification settings

threes-was-taken/median

Repository files navigation

Description

A backend REST API for a blog application called "Median" (a simple Medium clone).

This project is built to learn about NestJS, Prisma and Swagger.

  • NestJS to learn more about APIs (REST in particular) and the framework
  • Prisma to learn more about ORMs, SQL (PostgreSQL) and database management
  • Swagger to learn more about API documentation

Guide

Followed this guide

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

A backend REST API for a blog application called "Median" (a simple Medium clone).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published