https://github.com/0x1luffy/ecommerce_backend
This project is a backend implementation using Node.js, TypeScript, Express.js, Prisma ORM, and PostgreSQL.
https://github.com/0x1luffy/ecommerce_backend
ecommerce-website fullstack postgresql prisma-orm typescript
Last synced: 2 months ago
JSON representation
This project is a backend implementation using Node.js, TypeScript, Express.js, Prisma ORM, and PostgreSQL.
- Host: GitHub
- URL: https://github.com/0x1luffy/ecommerce_backend
- Owner: 0x1Luffy
- Created: 2024-03-19T18:45:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T18:47:44.000Z (about 1 year ago)
- Last Synced: 2025-01-18T00:30:41.387Z (4 months ago)
- Topics: ecommerce-website, fullstack, postgresql, prisma-orm, typescript
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This project is a backend implementation using Node.js, TypeScript, Express.js, Prisma ORM, and PostgreSQL. It provides a robust foundation for building RESTful APIs with authentication using JWT.
## Tech Stack
- **TypeScript**: Enhances code quality and provides static typing.
- **Express.js**: Minimal and flexible Node.js web application framework.
- **Prisma**: Modern database toolkit for Node.js and TypeScript.
- **PostgreSQL**: Powerful, open-source object-relational database system.
- **JWT Authentication**: Secure authentication using JSON Web Tokens.## Requirements
- Node.js (v14.17.0 or higher)
- TypeScript (v4.5.5 or higher)
- Prisma CLI (v3.9.0 or higher)
- PostgreSQL (v13.4 or higher)## Test The APIs
- You can use Postman to test the API endpoints.
- Import the provided Postman collection file (Ecommerce.postman_collection.json) to get started with testing.