https://github.com/alexhff/watermelon
Web-based payment app
https://github.com/alexhff/watermelon
Last synced: about 1 year ago
JSON representation
Web-based payment app
- Host: GitHub
- URL: https://github.com/alexhff/watermelon
- Owner: AlexHff
- License: mit
- Created: 2019-09-17T17:55:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T13:42:54.000Z (over 5 years ago)
- Last Synced: 2025-02-06T08:13:00.331Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.wenger-systems.com/
- Size: 182 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
https://www.wenger-systems.com/
# Wenger Payment (Watermelon)
This project aims to reproduce in a simplified way the Pumpkin app (payment app between individuals). The goal is to provide a web-based interface to manage users, deposits, withdrawals, and money transfers between users.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
```
Node.js
```
### Quick setup
Clone this repo and install the dependencies
```
git clone https://github.com/AlexHff/wenger-payment.git
cd wenger-payment
npm install
npm start
```
Then open http://localhost:3000/ to see the app.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details