Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennancockles/decorado
decora.do test
https://github.com/rennancockles/decorado
Last synced: 15 days ago
JSON representation
decora.do test
- Host: GitHub
- URL: https://github.com/rennancockles/decorado
- Owner: rennancockles
- Created: 2018-03-05T20:31:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T02:35:48.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T13:20:59.812Z (about 2 months ago)
- Language: JavaScript
- Size: 563 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decorado
decora.do test
Developed with Python 2.7 and PyQt4
Tested on Linux
# Default Login
user: "admin"
pass: "semsenha"
# Install
```bash
git clone https://github.com/rennancockles/decorado.git
cd decorado
sudo pip install -r requirements.txt
```# Start server
```bash
python ./server/manage.py runserver 8000
```# Run web client
```bash
open browser on localhost:8000
```# Run app
```bash
python ./app/decorado.py
```