/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.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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