A simple shop app where I implemented full CRUD with the help of MongoDB, Express and Node.js.
- To run this app you need to have up and running on your machine Node.js and the mongo database installed and running.
- Install all the dependencies that the package.json file provides such us express, mongoose(that help you connect to the database) and embeded javascript (for templating) by running the npm i in the terminal.
- After that just turn on a server with node and go the localhost:3000/products in your browser.