feat: add data generation logic and history file class

This commit is contained in:
Leons Aleksandrovs
2025-07-07 15:52:32 +03:00
parent 4284804536
commit 675f12906e
5 changed files with 126 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "backend",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",