Skip to content

Commit

Permalink
feat : Added Worker, Finalised Application
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoin1309 committed Jul 17, 2024
1 parent 89d1670 commit f2629af
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 0 deletions.
321 changes: 321 additions & 0 deletions apps/Worker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions apps/Worker/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "worker",
"version": "1.0.0",
"description": "worker node for code execution result",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": " tsc -b && node dist/index.js"
},
"author": "ayush",
"license": "ISC",
"dependencies": {
"@types/node": "^20.12.12",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"node-fetch": "^3.3.2",
"redis": "^4.6.14"
},
"devDependencies": {
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit f2629af

Please sign in to comment.