# EasyBackend **Repository Path**: duka/EasyBackend ## Basic Information - **Project Name**: EasyBackend - **Description**: simple flask backend - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Easy Backend ## Installation ### Create virtual environment > $ python -m venv ./venv ### Enter virtual environment > $ source ./venv/bin/activate or > $ source ./venv/Script/activate ### Install requirements > (venv)$ pip install -r requirement.txt ## Run Server Linux / Mac > export FLASK_APP=server.py > flask run Windows > set FLASK_APP=server.py > flask run