Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscohanna92/dlx-web-api
Web API for EBEL DLX simulator
https://github.com/franciscohanna92/dlx-web-api
Last synced: 7 days ago
JSON representation
Web API for EBEL DLX simulator
- Host: GitHub
- URL: https://github.com/franciscohanna92/dlx-web-api
- Owner: franciscohanna92
- Created: 2020-01-17T23:07:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T17:55:06.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T13:38:41.415Z (2 months ago)
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
1. Create a virtualenv called `.env`
2. Install dependencies with `pip install -r requirements`
3. Place your [dlx.exe build](https://github.com/franciscohanna92/ebel-dlx) in `bin/`
4. Run server with `python server.py`
5. Server will run on port 5000