An open API service indexing awesome lists of open source software.

https://github.com/theinfinity007/products_gallery


https://github.com/theinfinity007/products_gallery

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Products_Gallery

This is a basic Node.js app created for learning the pagination feature on a website.

The Technologies used are Node.js, MongoDB, Express and EJS

The data is retrieved from using the Faker.js

Routes


1. /generate-fake-data - by going to this route you can generate 10 more products with random data and it will be stored in the mongodb database.

2. /products/:page - View the products and navigate to different pages.

3. /add-product - add a product manully to the database.