Skip to content

murtaza-khan/user-posts

Repository files navigation

Description

Implented User post CURD API's for create user and create post and show the list. I have used NestJS framework with TypeScript;

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# for run with docker
$ docker-compose up -d --build

License

Nest is MIT licensed.

Releases

No releases published

Packages

No packages published