/Blogging-Platform-API

Roadmap Backend Projects 03

Primary LanguageJavaScript

Blogging-Platform-API

Description

This is a simple Restful API with Prisma ORM and Express.js. It is a simple blogging platform API that allows users to create, read, update, delete and search term.

Features

  • CRUD Posts
  • Search Posts by term

Tech Stack

  • Node.js
  • Express.js

Libraries

  • express
  • dotenv
  • prisma
  • joi

Installation

  1. Clone the repository
    git clone
  2. Install dependencies
    yarn install 
  3. Create a .env file in the root directory and add the following environment variables
  4. Start the server
    yarn dev

Project URL

Blogging Platform API