Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 876 Bytes

File metadata and controls

44 lines (31 loc) · 876 Bytes

Blogging Platform API

Blogging Platform API


Blogging Platform API

Description

The Blogging Platform API is a RESTful backend service designed to power a personal blog. This API facilitates the management of blog articles, allowing users to perform essential CRUD (Create, Read, Update, Delete) operations on blog posts.

Installation

$ git clone https://github.com/bavertorun/BloggingPlatformAPI.git
$ cd BloggingPlatformAPI
$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

License

This project is MIT licensed.