This is a very simple application that uses a MongoDB database for persistence of data. The application will show all movies in the database and give the users an option to add a new movie to the database.
git clone https://github.com/ratracegrad/nodejs-with-mongodb
npm install
node app.js
- Node.js
- MongoDB
- Express.js
- Bootstrap
You can view this app in production here
The homepage for the application. It will show all movies in the database and give you an option to add a new movie to the database.
To add a new movie to the database, enter a title, year of release and IMDB details and click the submit button.
When a new movie is added, you will get this confirmation page. It will show the title, year and IMDB details.