a very basic clone of imdb using nodejs , mysql , express and ejs. i built this project with my dear friend for my university database assignment. it could potentially have bugs/broken features due to lack of time but hope it helps or inspire you.
- download zip folder or clone project with git and install dependencies using
npm install - configure the
config.envfile and save as.env - run
npm run installfor installation - run
npm run startfor starting the server - admin panel is located at
/admin. email isemail@example.comand password ispassword. change it if you desire.