Skip to content

A simple Item generator app with the use of EJS as template engine, NodeJS and Express

Notifications You must be signed in to change notification settings

reymondgomera/item_generator

Repository files navigation

ITEM GENERATOR APP

Screen Shots:

item-generator-landing-page

item-generator-items-page

item-generator-details-page

item-generator-create-item-page

item-generator-about-page

item-generator-404-page

Technology Use:
  • AJAX Calls - Fetch API
  • Front-End - HTML, CSS, Bootstrap, JS
  • Back-End - NodeJS, Express, EJS, Cors, Multer, Sharp, pg, Morgan, UUID
  • Database - PostgreSQL

Features:

  • Create Item - Enables to add item.
  • Edit item - Enable to change the quantity, price , description of a spicific item.
  • View Item - Enable to see the details of a spicific item.
  • Delete Item - Enable to delete a spicific item.

About:

ItemGen is an NodeJS, Express application that uses server side rendering through the use of template engine such as Embedded Javascript Template or EJS and its also possible because express works best with EJS. It utilized HTML, CSS, Booststrap, JS for ajax calls in the front-end and NodeJS, Express and other dependincies such as cors, morgan, multer, sharp, pg and uuid for the back-end. This application did use postgresSQL database which is a relational database it made possible for the application to communicated with the database using the node postgres interface (pg). This application can generate or create a item spicifying the item's name, quantity, price, category, description and image. Other than that making sure that all uploaded images have been optimized or being compressed once its stored in the server. And also it allows to edit some information, delete or view a spicific item.

About

A simple Item generator app with the use of EJS as template engine, NodeJS and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published