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.
- CRUD Posts
- Search Posts by term
- Node.js
- Express.js
- express
- dotenv
- prisma
- joi
- Clone the repository
git clone
- Install dependencies
yarn install
- Create a
.env
file in the root directory and add the following environment variables - Start the server
yarn dev