Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaudhuree/preventing-duplicate-payment


https://github.com/chaudhuree/preventing-duplicate-payment

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## to start the server download the code and go to the root directory and run the following command

### install dependencies

```bash
npm install
```
### run the server

```bash
npm run startDev
```

## now to run the client go to the client directory and run the following command

### install dependencies

```bash
npm install
```

### run the client

```bash
npm run dev
```