Skip to content

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.

License

Notifications You must be signed in to change notification settings

bavertorun/BloggingPlatformAPI

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published