609d3743ed43996f94897d53f03ed990d2721e64
The code changes include adding a new function called addAdventure to the adventureService module. This function is responsible for sending a POST request to the corresponding API endpoint to add a new adventure. If the request is successful, the adventure is added to the local plans array and a success toast is displayed. If the request fails, an error toast is displayed. This functionality allows users to add adventures to the planner page.
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.ymlfile and change the database password - Run
docker compose up -dto 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.
Description
Languages
Svelte
48.6%
Python
43.8%
TypeScript
5.3%
Shell
1.1%
HTML
0.9%
Other
0.3%