An open API service indexing awesome lists of open source software.

https://github.com/sonicoder86/nuxt-travel-log


https://github.com/sonicoder86/nuxt-travel-log

Last synced: 9 months ago
JSON representation

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
```