https://github.com/rahad123/product-management-system
https://github.com/rahad123/product-management-system
express-js knexjs nodejs sql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahad123/product-management-system
- Owner: rahad123
- Created: 2023-05-01T13:28:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T14:39:02.000Z (about 3 years ago)
- Last Synced: 2025-03-15T10:31:25.886Z (over 1 year ago)
- Topics: express-js, knexjs, nodejs, sql
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Management System
## Requirements
- Node.js ([Download](https://nodejs.org/en))
- TypeScript
- Express.js
- NPM (Will be download with Node.js)
## Installation
- Copy .env.example to .env
```
cp .env.example .env
```
### Run
```
npm run dev
```
## Tests
- For testcase you can run
```
npm run test
```