2024-04-01 09:32:01 -04:00
# AdventureLog: Embark, Explore, Remember. 🌍
2024-04-02 22:02:20 +00:00
2024-04-08 09:20:08 -04:00
_**⚠️ AdventureLog is in early development and is not recommended for production use until version 1.0!**_
2024-05-04 17:48:54 +00:00
### _"Never forget an adventure with AdventureLog - Your ultimate travel companion!"_
---
2024-04-02 18:09:07 -04:00
## Installation
### Docker 🐋 (Recomended)
2024-05-04 17:48:54 +00:00
2024-04-02 18:09:07 -04:00
1. Clone the repository
2024-07-08 11:44:39 -04:00
2. Edit the `docker-compose.yml` file and change the database password as well as the django secret key
2024-04-02 18:09:07 -04:00
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!
2024-04-18 19:27:51 -04:00
5. After navigating to the app, fill out the form to create the admin user.
2024-04-10 19:48:47 -04:00
**Note**: The `ORIGIN` variable is required for CSRF protection. It can be omitted if using a reverse proxy or other HTTPS service.
2024-04-02 22:02:20 +00:00
2024-05-14 11:36:46 -04:00
## About AdventureLog
2024-05-04 17:48:54 +00:00
2024-07-08 11:44:39 -04:00
AdventureLog is a Svelte Kit and Django application that utilizes a PostgreSQL database. Users can log the adventures they have experienced, as well as plan future ones. Key features include:
2024-05-04 17:48:54 +00:00
- Logging past adventures with fields like name, date, location, description, and rating.
- Planning future adventures with similar fields.
- Tagging different activity types for better organization.
- Viewing countries, regions, and marking visited regions.
AdventureLog aims to be your ultimate travel companion, helping you document your adventures and plan new ones effortlessly.
2024-05-14 11:36:46 -04:00
AdventureLog is licensed under the GNU General Public License v3.0.
2024-05-04 17:48:54 +00:00
2024-07-08 11:44:39 -04:00
<!-- ## Screenshots 🖼️
2024-05-27 21:50:24 +00:00




2024-05-04 17:48:54 +00:00
## Roadmap 🛣️
- Improved mobile device support
- Password reset functionality
- Improved error handling
2024-07-08 11:44:39 -04:00
- Handling of adventure cards with variable width -->