Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 657 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 657 Bytes

cineBite

Overview

I am combining my love for movies and coding to build a full-stack project using MongoDB for the database, Java and Spring Boot for the backend, and React for the front end.

🚀 This project is now deployed! Visit here

Recent updates

Currently implementing feature to search a larger movie database to add to cineBite's database. See more here

Running locally

Prerequisites: Node.js

cd frontend
npm install
npm start

View at localhost:3000