This is a fullstack code editor application written in react and python. Aims to allow one write and compile code.
Before running the application, make sure you have the following installed:
- Docker: Installation Guide
- Docker Compose: Installation Guide
Follow these steps to run the application using Docker Compose:
-
Clone the repository:
git clone https://github.com/Olaoluwa402/ecoditor.git cd your-repo
-
Create a .env file based on .env.example and configure any necessary environment variables.
-
Build and start the containers:
docker-compose up -d --build This command will download necessary images, build the application, and start it in detached mode.
-
Access the application:
Once the containers are up and running, you can access the application in your web browser at http://localhost:5000.
http://localhost:5000/docs for docs
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/Olaoluwa402/ecoditor.git cd ecoditor
-
run
pipenv install
-
Activate the virtual environment:
pipenv shell
-
Run the Python app:
pipenv run python run.py
If you encounter any issues, refer to the troubleshooting section or contact support.
If you'd like to contribute to the project, follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License - see the LICENSE file for details.
This app is authored by Olaoluwa Daniel IBUKUN.