Skip to content

mendoza256/movie-crawler-frontend

Repository files navigation

Movie Crawler Frontend

This is the frontend for the Movie Crawler application. It's built with Next.js, TypeScript, and Tailwind CSS.

Features

  • User authentication
  • Movie search
  • Watchlist management

Getting Started

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.

Environment Variables

You need to set the following environment variables in a .env.local file:

BACKEND_BASE_URL: The base URL of your backend server.

Building for Production

To build the application for production, run:

npm run build

This will create a .next directory with the built application.

Running in Production

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published