Skip to content

Commit 9c4590c

Browse files
authored
Merge pull request Jaagrav#23 from Jaagrav/fix/code-cleanup
fix: refactor code and remove all the shitstorm
2 parents 70caa45 + e9c5ed1 commit 9c4590c

28 files changed

+329
-341
lines changed

.DS_Store

8 KB
Binary file not shown.

.idea/.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/CodeX-API.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/prettier.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SETUP.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Setup CodeX-API Locally
2+
3+
In order to setup this project locally on your machine, you can either run the docker image or run the nodejs app directly using node. Although running directly using node is not recommended since we're dealing with installing so many languages like java, c, c++, etc. You'd need to install SDKs and Compilers for each of the language supported by this API for testing purposes.
4+
5+
### Install project (using Docker)
6+
7+
```bash
8+
docker build --no-cache -t codex-api .
9+
10+
docker run -p 3000:3000 codex-api
11+
```

createCodeFile.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

executeCode/c_or_cpp.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

executeCode/csharp.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)