initial commit

This commit is contained in:
equippedcoding-master
2025-09-17 09:37:06 -05:00
parent 86108ca47e
commit e2c98790b2
55389 changed files with 6206730 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Subscriptions with fixed price
An [Express server](http://expressjs.com) implementation.
## Requirements
- Node v10+
- [Configured .env file](../../../README.md#env-config)
## How to run
1. Install dependencies
```
npm install
```
2. Run the application
```
npm start
```
3. Go to `localhost:4242` to see the demo