1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00
AdventureLog vous permet de consigner vos voyages et de les partager avec le monde entier. Vous pouvez ajouter des photos, des notes et bien plus encore à vos journaux. Gardez une trace des pays que vous avez visités, des régions que vous avez explorées et des endroits que vous avez visités. https://adventurelog.app/
Find a file
2024-04-08 09:20:08 -04:00
.devcontainer Add Docker Compose file and update devcontainer.json 2024-04-01 21:13:59 +00:00
.github first commit 2024-03-29 21:41:22 +00:00
migrations Add log page, update database schema, and API endpoint for user visits 2024-04-06 12:54:17 +00:00
sampleData Update startup.sh, +page.server.ts, FeaturedAdventureCard.svelte, and Navbar.svelte 2024-04-02 18:04:27 +00:00
src Refactor getAdventures and removeAdventure in log page 2024-04-06 12:54:27 +00:00
static Add title to app.html and adjust button margin in Navbar.svelte 2024-03-29 23:00:35 +00:00
.dockerignore Add Dockerfile and .dockerignore, update log page layout 2024-03-30 21:30:22 +00:00
.env.example Update Navbar component and add logout functionality 2024-04-06 12:27:42 +00:00
.gitignore first commit 2024-03-29 21:41:22 +00:00
.npmrc first commit 2024-03-29 21:41:22 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2024-04-04 10:53:14 -04:00
docker-compose.yml Consistent code formatting 2024-04-02 22:02:20 +00:00
Dockerfile Add generate step to Dockerfile 2024-04-06 02:01:34 +00:00
drizzle.config.ts Consistent code formatting 2024-04-02 22:02:20 +00:00
LICENSE Create LICENSE 2024-04-01 09:34:26 -04:00
package-lock.json Added auth! 2024-04-03 00:51:12 +00:00
package.json Added auth! 2024-04-03 00:51:12 +00:00
postcss.config.js Consistent code formatting 2024-04-02 22:02:20 +00:00
README.md Update README.md 2024-04-08 09:20:08 -04:00
startup.sh Fix database connection issue and add database migration 2024-04-02 19:33:26 +00:00
svelte.config.js Consistent code formatting 2024-04-02 22:02:20 +00:00
tailwind.config.js Consistent code formatting 2024-04-02 22:02:20 +00:00
tsconfig.json Consistent code formatting 2024-04-02 22:02:20 +00:00
vite.config.ts Consistent code formatting 2024-04-02 22:02:20 +00:00

AdventureLog: Embark, Explore, Remember. 🌍

⚠️ AdventureLog is in early development and is not recommended for production use until version 1.0!

"Never forget an adventure with AdventureLog - Your ultimate travel companion!"


Installation

Docker 🐋 (Recomended)

  1. Clone the repository
  2. Edit the docker-compose.yml file and change the database password
  3. Run docker compose up -d to build the image and start the container
  4. Wait for the app to start up and migrate then visit the port and enjoy!