Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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