https://github.com/JnxF/drawploy
:cloud: CopenHacks 2019, architecture sketch deployment on the cloud
https://github.com/JnxF/drawploy
angularjs cloud-computing cognitive-services google-cloud-platform hackathon opencv
Last synced: 2 months ago
JSON representation
:cloud: CopenHacks 2019, architecture sketch deployment on the cloud
- Host: GitHub
- URL: https://github.com/JnxF/drawploy
- Owner: JnxF
- Created: 2019-04-06T09:59:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T20:18:59.000Z (about 6 years ago)
- Last Synced: 2024-10-16T14:19:45.246Z (7 months ago)
- Topics: angularjs, cloud-computing, cognitive-services, google-cloud-platform, hackathon, opencv
- Language: Python
- Homepage: https://www.drawploy.com/
- Size: 4.28 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drawploy (draw & deploy)
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!
## Deployment
### Backend
Needs: Python 3.X, virtualenv- `git clone https://github.com/JnxF/drawploy.git && cd backend`
- `virtualenv env --python=python3`
- `source ./env/bin/activate`
- `pip install -r requirements.txt`And, to run the server:
- `python manage.py runserver`
### Frontend
Needs npm- `npm install`
- `npm run start`