https://github.com/sonicoder86/nuxt-travel-log
https://github.com/sonicoder86/nuxt-travel-log
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonicoder86/nuxt-travel-log
- Owner: sonicoder86
- Created: 2025-08-31T13:12:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T11:21:30.000Z (9 months ago)
- Last Synced: 2025-09-27T13:19:20.555Z (9 months ago)
- Language: TypeScript
- Homepage: https://nuxt-travel-log-coral.vercel.app
- Size: 968 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Travel Log
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](https://turso.tech/)
- Auth: [BetterAuth](https://www.better-auth.com/)
- CI/CD: [Github Actions](https://github.com/features/actions)
- Linting: [ESLint](https://eslint.org/)
- Styling: [TailwindCSS](https://tailwindcss.com/) and [DaisyUI](https://daisyui.com/)
- Graphs: [Mermaid](https://github.com/mermaid-js/mermaid)
## Setup
Make sure to install dependencies:
```bash
npm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Analyze build
```bash
npm run analyze
```