-
This app purpose is to create a kind of social media that goes with along your trips balades.
-
Basically this would be a nicer version of GoogleMaps but more axed on the content creation/reaction
-
Adding some Gamification both for improving the experience and rewrading the user.
- MVP interface of map
-
connection to googlemap API + printing frontend
-
adding markers + content
-
set current place to actual geolocalisation
-
rewrite the all stuff in python so I understand the backend lol
-
create a frontend interface for markers
-
center the map to the current user localisation
-
python backend to create the marker based on your localisation (200m around max)
-
frontend way to interact with markers : reply, share, like ....
-
login module to implement
-
backend profile creation
-
profile page
-
Wolf pixelArt creator --> to create your wolf avatar
-
Customization for your Wolf Steps
-
- Database to store content en geolocalisation
- choosing type of db --> MongoDB
- creating Marker creator in Python that stores the Markers in MongoDB
- Connecting the frontend and the backend