MongoDB, Expressjs, React, Nodejs
- Add / Update / Delete Movies
- Search for a Movie
- Filter Movies based on search
- MongoDB - A document-oriented, No-SQL database used to store the application data.
- ExpressJS - fast node.js network app framework.
- ReactJS - A JavaScript library for building user interfaces.
This project requires Node.js to run.
Install the dependencies and devDependencies
From the root folder go to backend directory using
$ cd backendNow install required dependencies and start the app
$ npm install
$ npm run devNow go back to root folder and then to frontend folder
$ cd ..
$ cd frontendInstall required dependencies and install
$ npm install vite --save-devD
$ npm run devGoogle drive folder -
MIT