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

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

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