Fully open source full stack platform, written in microservices architecture for sharing and executing python code from your browser (heavily inspired by codeshare.io).
Stack:
- Django
- Django Rest Framework
- Sanic
- Vue
- MdBootstrap
- Redis
- Celery
Microservices:
Make sure you have docker installed before you start
git clone https://github.com/LilJack118/sharepython.git
python3 clone.py
4. Add env variables to api service (by adding .env file or uncomment environment lines in docker-compose file for api, celery_worker services)
docker-compose build
docker-compose up