Journaling app meant for travelers. Made with intentions of having cool graphics supporting the journaling done while travelling.
- user login
- journaling (local db)
- globe and library graphics
- draw marker on places of interest on top of 3d globe
- scan for city names or special locations within journal entries to update graphical pinpoints
- Journal graphics in library do not detail the title of each journal. Mitigation was to give each journal a randomized tint of color based on its title.
- No backups to the cloud.
- add journal functionality fails on firefox (Network error, probably cors related issue)
- mongodb
- npm and nodejs
- a trusted server certificate (fixes cors related issues)
- install mongodb tutorial
- generate a server certificate (use https on localhost) tutorial
- run mongodb
- brew services start [email protected]
- mongosh
- fill out .env file
- npm start