This is the frontend for the Movie Crawler application. It's built with Next.js, TypeScript, and Tailwind CSS.
- User authentication
- Movie search
- Watchlist management
First, install the dependencies:
npm install
Then, start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You need to set the following environment variables in a .env.local file:
BACKEND_BASE_URL: The base URL of your backend server.
To build the application for production, run:
npm run build
This will create a .next directory with the built application.
To start the application in production mode, run:
npm start
Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License MIT