π¬ 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
- β 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.
Frontend:
- React.js
- TailwindCSS
- Axios (for API requests)
Backend:
- Node.js
- Express.js
- MongoDB (Mongoose ORM)