mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 12:45:17 +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/
adventureallauthapidaisyuidjangodjango-rest-frameworkdockerdockerfilenginxself-hostedsveltekittailwindcsstrackingtraveltravel-app
The code changes include adding a new function called removeAdventure to the +page.svelte file and adventureService.ts module. This function is responsible for sending a DELETE request to the corresponding API endpoint to remove an adventure. If the request is successful, the adventure is removed from the local plans array. If the request fails, an error toast is displayed. This functionality allows users to remove adventures from the planner page. |
||
---|---|---|
.devcontainer | ||
.github | ||
src | ||
static | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
compose-dev.yml | ||
CONTRIBUTING.md | ||
docker-compose.yml | ||
Dockerfile | ||
drizzle.config.ts | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
startup.sh | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
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)
- Clone the repository
- Edit the
docker-compose.yml
file and change the database password - Run
docker compose up -d
to build the image and start the container - Wait for the app to start up and migrate then visit the port and enjoy!
- After navigating to the app, fill out the form to create the admin user.
Note: The ORIGIN
variable is required for CSRF protection. It can be omitted if using a reverse proxy or other HTTPS service.