A Platform for the Movie Maniacs
In 2016, this project was coded an experimental initiative by Arjun, Raakesh and Thangaram. Idea contributions from Ajay Gautam. As undergrad students, we were trying to learn the MERN stack and develop a movie database, given our craze for movies back in the days.
- Install the dependencies:
npm install - Set Some mongo DBUrl as
envvariableMONGODB_URI(Although the seed data would be pretty useless at this point) - Perform seeding and webpack build:
npm run build - Start the server
npm start
The index will be served at http://localhost:3001/