/express-prisma-api

REST API with ExpressJS and Prisma io

Primary LanguageJavaScript

express-prisma-api

REST API with ExpressJS and Prisma io REST API apalication with NodeJS , ExpressJS and Prisma ORM.

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start