MapYourRun is a full stack app utilizing PostgreSQL, Flask, and React/Redux. MapYourRun allows logged in users to create running routes by interacting with a map, keep track of their created running routes, as well as interact with others in a social media like manner with the 'Activity Feed'.
Logged in users can create routes via interacting with our integrated MapBox API
Logged in users are able to view their created routes and stats via the dashboard.
Logged in users are able to comment on other user's routes
Logged in users are able to friend each other on the Activity Feed and see pending/incoming requests under the Social tab.
MapYourRun is built on a React frontend with a Flask backend, using PostgreSQL as a database.
- React
- Redux
- MapBox API
- The MapBox API was implemented to allow users to seamlessly create routes.
MapYourRun uses a Flask server with a PostgreSQL database.
- Flask
- SQLAlchemy
- PostgreSQL
So far we are pleased with the way MapYourRun has turned out. At this moment, we plan to touch up some styling on the page and perhaps implement pagination for the activity feed.