An online editor and compiler for java and python.
- This is the working file for the backend(Java Spring Boot).
- This is the working file for the front end(HTML + CSS + Javascript).
UI Working files are :
Project structure:
- ace-builds-master -> UI
- codeganak -> backend
- db -> postgres DB
Prerequisites:
- Docker/ Podman - For this project we are using Podman
- Linux OS / Mac(Unix) OS
- Windows - Not directly compaitible to run on Windows but with Linux Subsystems / docker linux containers / or any Linux VM(through VirtualBox etc), it can be run.
How to run this project ?
To start the project, install podman on your system, and then to run the project, just runsh start.sh
command, and the apllication will be up onhttp://localhost:9999
. The default built-tool is podman. If you want to run through docker, comment the first linealias docker='podman'
. That's it !! 😊