When we are setting up cloud environments, the normal procedure is discussing the architecture with our coworkers, drawing a sketch of the different services and filling templates manually in order to create and deploy those services. And there is where we came in! We keep you from doing the automatic part so that you can just focus on the important point: drawing a good sketch!
Needs: Python 3.X, virtualenv
git clone https://github.com/JnxF/drawploy.git && cd backendvirtualenv env --python=python3source ./env/bin/activatepip install -r requirements.txt
And, to run the server:
python manage.py runserver
Needs npm
npm installnpm run start
