Skip to content

ayushhurdey/Codeganak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeganak

An online editor and compiler for java and python.
Markdown Monster icon

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 run sh start.sh command, and the apllication will be up on http://localhost:9999. The default built-tool is podman. If you want to run through docker, comment the first line alias docker='podman'. That's it !! 😊