1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +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-06 02:01:34 +00: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 userVisitedAdventures table and API endpoints for visits and userinfo 2024-04-03 23:55:00 +00:00
sampleData Update startup.sh, +page.server.ts, FeaturedAdventureCard.svelte, and Navbar.svelte 2024-04-02 18:04:27 +00:00
src Add UserAvatar component and update Navbar.svelte 2024-04-06 01:59:10 +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
.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 Merge branch 'development' into seanmorley15-patch-1 2024-04-02 18:16:02 -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. 🌍

⚠️ AdvenutreLog is in early development and is not at all deployable in the current form!

"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!