A full stack application built with Nuxt that allows users to keep track of all the places they've been. The site is available on https://nuxt-travel-log-coral.vercel.app/
- Database: SQLite Turso
- Auth: BetterAuth
- CI/CD: Github Actions
- Linting: ESLint
- Styling: TailwindCSS and DaisyUI
- Graphs: Mermaid
- Maps: Maplibre, OpenFreeMap, MapTiler
Make sure to install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewAnalyze build
npm run analyze