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

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

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
```