/udapi-core-v2

Enhanced udapi core built on flask.

Primary LanguagePythonMIT LicenseMIT

udapi-core-v2

Installation Instructions

  1. Clone the repository
git clone https://github.com/FOSS-X/udapi-core-v2.git
cd udapi-core-v2
  1. Create a virtual environment
pipenv install
pipenv shell

3.Run the UDAPI backend server.

export FLASK_APP=api.py
flask run -h localhost -p 2020