Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudhuree/preventing-duplicate-payment
https://github.com/chaudhuree/preventing-duplicate-payment
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaudhuree/preventing-duplicate-payment
- Owner: chaudhuree
- Created: 2023-12-05T05:31:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T05:45:13.000Z (12 months ago)
- Last Synced: 2023-12-05T06:34:38.912Z (12 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```