Skip to content

A travel diary for remembering previously visited places (db offline)

Notifications You must be signed in to change notification settings

marcusgchan/diary

Repository files navigation

Travel Diary App

The goal of this app is to remember/document traveling destinations and places visited. This is done by creating diary entries with images. Assuming the images have geolocation metadata, the app will display a map with markers of all the photos uploaded. Clicking on a specific photo will lead back to the diary entry.

Features

  • Users can create, edit, and delete diaries
  • For each diary, users can create a diary entry
  • The diary entry text editor is created with lexical and supports image uploads (WYSIWYG editor)
  • Currently working on the image upload and google maps integration

How to run

Ensure you have docker and pnpm installed. Run:

docker compose up

Once the containers are running, run this to sync the schema with database:

pnpm run push

About

A travel diary for remembering previously visited places (db offline)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published