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-11 11:17:58 -04:00
.devcontainer Add schema generation 2024-04-10 01:31:10 +00:00
.github Update tag-latest.yml 2024-04-11 11:17:58 -04:00
migrations Add user icon field and update version number 2024-04-11 13:46:41 +00:00
sampleData Update startup.sh, +page.server.ts, FeaturedAdventureCard.svelte, and Navbar.svelte 2024-04-02 18:04:27 +00:00
src Add loading spinner to log page 2024-04-11 13:59:36 +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 Update docker-compose.yml 2024-04-11 11:05:24 -04:00
Dockerfile Add schema generation 2024-04-10 01:31:10 +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 Add user icon field and update version number 2024-04-11 13:46:41 +00:00
postcss.config.js Consistent code formatting 2024-04-02 22:02:20 +00:00
README.md Update README.md 2024-04-10 19:48:47 -04:00
startup.sh Add ORIGIN environment variable and update startup script 2024-04-10 13:30:54 +00:00
svelte.config.js Add ORIGIN environment variable and update startup script 2024-04-10 13:30:54 +00:00
tailwind.config.js Update Navbar and UserAvatar components, and +page styling 2024-04-10 23:25:24 +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! Note: The ORIGIN variable is required for CSRF protection. It can be omitted if using a reverse proxy or other HTTPS service.