sajjathossain / nestjs-blogpost-api

An api using nestjs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

Its a simple blogpost api built using nestjs. You can do simple CRUD operations. I've used json placeholder for serve fake data and manipulate it. But any database can be intigrated into it quit easily. Just goto the service file and add changes as you need. Api endpoints are given below :

Run server with this command

Api endpoints

api url :

Get all posts or Create a post :

http://localhost:4000/posts

Get a single post or update a post or delete a post :

http://localhost:4000/posts/id

About

An api using nestjs.


Languages

Language:TypeScript 88.2%Language:JavaScript 11.8%