https://github.com/mochrks/crud-express-api
This project is a simple CRUD API built using Express.js, integrated with Prisma ORM, and backed by a PostgreSQL database. It provides efficient endpoints for login,registerm creating, reading, updating, and deleting records employees.
https://github.com/mochrks/crud-express-api
expressjs postgresql prisma
Last synced: 3 months ago
JSON representation
This project is a simple CRUD API built using Express.js, integrated with Prisma ORM, and backed by a PostgreSQL database. It provides efficient endpoints for login,registerm creating, reading, updating, and deleting records employees.
- Host: GitHub
- URL: https://github.com/mochrks/crud-express-api
- Owner: Mochrks
- Created: 2024-10-05T17:30:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T02:31:53.000Z (over 1 year ago)
- Last Synced: 2025-03-01T17:27:02.554Z (over 1 year ago)
- Topics: expressjs, postgresql, prisma
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRUD API Express js
### Project Overview
This project is a simple CRUD API built using **Express.js**, integrated with **Prisma ORM**, and backed by a **PostgreSQL** database. It provides efficient endpoints for login, register, creating, reading, updating, and deleting employee in data rows.
- **Clone the repository**
```bash
git clone https://github.com/mochrks/Breadcrumbscrud-express-api.git
cd Breadcrumbscrud-express-api/express-project
```
- **Install dependencies**
```bash
npm install
```
- **Set up Prisma**
- Generate Prisma client:
```bash
npx prisma generate
```
- Run database migrations:
```bash
npx prisma migrate dev
```
- **Run the application**
```bash
npm run dev
```
- **API Endpoints**
The Express project provides several API endpoints for managing employee transactions, including login and registration.
---
---
## Connect with me:
[](https://github.com/mochrks)
[](https://youtube.com/@Gdvisuel)
[](https://instagram.com/mochrks)
[](https://linkedin.com/in/mochrks)
[](https://behance.net/mochrks)
[](https://dribbble.com/mochrks)