Skip to content

vinodnangare/ShowTimeNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 ShowTimeNow

⚠️ Note: This project is hosted on Render's free tier, so the server may take up to 1 minute to start on the first load. Thanks for waiting πŸ™

ShowTimeNow is a MERN stack web application that allows users to manage films with full CRUD operations (Create, Read, Update, Delete).
The project uses React + TailwindCSS on the frontend and Node.js + Express.js + MongoDB on the backend.

πŸš€ Live Demo: ShowTimeNow


πŸ“Œ Features

  • βž• Add Films – Add new films with title, description, and details.
  • πŸ“„ Display Films – View all films in a clean, responsive UI.
  • ✏️ Update Films – Edit and update film information.
  • ❌ Delete Films – Remove films from the list.
  • 🌐 REST APIs – Backend built with Express.js and MongoDB.
  • 🎨 Responsive UI – Styled with TailwindCSS.

πŸ› οΈ Tech Stack

Frontend:

  • React.js
  • TailwindCSS
  • Axios (for API requests)

Backend:

  • Node.js
  • Express.js
  • MongoDB (Mongoose ORM)