This is a lost and found application I created for my scripting project.
- Node.JS with ExpressJS
- MongoDB using Mongoose
- HTML, CSS and Bootstrap for Frontend
- Install Node.JS v8+ and MongoDB
- Clone the Repository
- In the Project Folder, run "npm install" on terminal
- Now run the application by running "node server.js" on terminal in the project folder.
- Open any web browser and go to "localhost:5000"