express-prism

0.1.3 • Public • Published

My Express.js and Prisma Project

This project is a web application built with Express.js and Prisma.

Description

This application uses Express.js, a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

The project also uses Prisma, an open-source database toolkit. It replaces traditional ORMs and makes database access easy with an auto-generated and type-safe query builder that's tailored to your database schema.

Features

  • Efficient database handling with Prisma
  • Robust API development with Express.js
  • RESTful API endpoints

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

git clone https://github.com/nodulebonduc/express-prism

  1. Install the dependencies:

npm install

  1. Set up your database and fill in your database credentials in the .env file.

  2. Generate Prisma client:

npx prisma generate

  1. Run the application:

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i express-prism

Weekly Downloads

2

Version

0.1.3

License

ISC

Unpacked Size

6.4 kB

Total Files

11

Last publish

Collaborators

  • nodulebonduc