Skip to content

MERN movie recommendation app with personalized suggestions, user authentication, and error handling. ๐ŸŽฌ๐Ÿ”๐Ÿ’ป

Notifications You must be signed in to change notification settings

saadfrhan/tmdb-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MERN Movie App (demo, backend)

Running Locally

mkdir movie-app && cd movie-app

git clone https://github.com/saadfrhan/tmdb-frontend client
cd client
pnpm install

cd ..
git clone https://github.com/saadfrhan/tmdb-backend server
cd server
pnpm install
# .env file frontend
VITE_TMDB_READ_ACCESS_TOKEN=""
VITE_CLERK_PUBLISHABLE_KEY=""
VITE_TMDB_API_KEY=""

# .env file backend
CLERK_SECRET_KEY=""
DATABASE_URL=""

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Star the project if you like it.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

About

MERN movie recommendation app with personalized suggestions, user authentication, and error handling. ๐ŸŽฌ๐Ÿ”๐Ÿ’ป

Topics

Resources

Stars

Watchers

Forks