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.
$ git clone https://github.com/bavertorun/BloggingPlatformAPI.git
$ cd BloggingPlatformAPI
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
This project is MIT licensed.