Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thezeeshann/machine-text
curd operation
https://github.com/thezeeshann/machine-text
node postgresql prisma react
Last synced: about 2 months ago
JSON representation
curd operation
- Host: GitHub
- URL: https://github.com/thezeeshann/machine-text
- Owner: thezeeshann
- Created: 2024-03-28T07:07:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T07:24:53.000Z (9 months ago)
- Last Synced: 2024-04-18T08:39:07.349Z (9 months ago)
- Topics: node, postgresql, prisma, react
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
- category - CRUD operations
- products - CRUD operations
- pagination server side & client side## Local setup
```
npm install
cd client && npm install
cd server && npm install
cd ..
npm run dev
```## Tech Stack
- Frontend - Html, Tailwind Css, Javascript, React js
- Backend - Node js, Express js
- Database - Prisma (ORM), Postgres Sql