# movies
**Repository Path**: fenav/movies
## Basic Information
- **Project Name**: movies
- **Description**: 🍿 A TMDB client built with Nuxt 3
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: api-proxy
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-06-21
- **Last Updated**: 2023-06-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Proxy Server
Check [proxy/README](./proxy)
## Setup
``` bash
# Enable pnpm
$ corepack enable
# Install dependencies
$ pnpm install
# Start dev server with hot reload at localhost:3000
$ pnpm dev
```