rmGuarachi / exploreWebDev

Created a MTA subway map application. The goal for this project is to become familiar with the following libraries: sqlalchemy (python library), Tabulator.js, MapBoxGl JS, and Cytoscape.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore Web Development - NYC SUBWAY MAP

I created this repository to learn web development. My goal for this project is to become familiar with the following libraries: sqlalchemy (python library), Tabulator.js, MapBoxGl JS, and Cytoscape.js.

NYC SUBWAY MAP is a web application that will display NYC Subway information in a table, map, and display subway lines as graphs.

This web application, also contains the a MapBox tutorial page with examples pulled from the official MapBox Website and other resources.

Installing Requirements

pip install -r requirements.txt
cd client
npm install 

Running

Running Front End

cd client
npm start

Running Back End

cd app
FLASK_APP=server.py flask run

About

Created a MTA subway map application. The goal for this project is to become familiar with the following libraries: sqlalchemy (python library), Tabulator.js, MapBoxGl JS, and Cytoscape.js.

License:GNU General Public License v3.0


Languages

Language:HTML 97.9%Language:JavaScript 1.4%Language:Python 0.6%Language:CSS 0.1%