Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 386 Bytes

File metadata and controls

29 lines (18 loc) · 386 Bytes

NodeJS Prisma REST API

Description

A Simple REST API Backend using Prisma ORM, PostgreSQL & ExpressJS.

Installation

$ npm install

Running the app

$ node server

Setup

Create .env file in the root directory and add the following configuations:

DATABASE_URL - Set database URL String

License

This project is MIT licensed.