GitHunt
NA

naveensaigit/Ponder-Backend

Ponder-Backend

This is the code for Ponder App's Backend.
The backend is written in python and we have used Flask for providing the API endpoints.

Steps to start backend :

  1. Create a virtual environment.
    python -m venv env
  2. Activate virtual environment.
    source env/bin/activate
  3. Install requirements.
    pip install -r requirements.txt
  4. Run app.py.
    python app.py

To use this locally hosted runtime in the Ponder App, we used ngrok and changed the corresponding URL in Ponder-Frontend to include this URL.

Repos used for reference-

Languages

Jupyter Notebook89.1%Python10.9%

Contributors

Other
Created May 9, 2021
Updated August 3, 2021
naveensaigit/Ponder-Backend | GitHunt