Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Terminay/graphPy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphPy

This is a Flask-backed graph generator with a static frontend.

Local development

  1. Install dependencies:
    pip install -r requirements.txt
  2. Run locally:
    python index.py
  3. Open http://127.0.0.1:5000 in your browser.

Production deployment on Vercel

This project is configured to deploy on Vercel using vercel.json.

  1. Install Vercel CLI if needed:
    npm install -g vercel
  2. Login to Vercel:
    vercel login
  3. Deploy the project:
    vercel --prod

Vercel will serve the static frontend from static/ and the Python backend from api/index.py.

Notes

  • The frontend is served as static files from static/.
  • API calls are handled through /api/graph and /api/code.
  • If you want a production URL on Netlify, use Netlify for the static frontend and a separate Python backend host like Render or Railway for the API.

About

A Small Project for learning Visualizations

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.