Skip to content

libinthomas33/product-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-form

About The Project

Simple Node.JS project where a user can create categories and products.

Here's why:

  • Project that demonstrates the implementation of categories and products

Built With

The project is built using Node.js, Express.js Framework, Mongodb.

Getting Started

Follow the below instructions for setting up the project locally.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/libinthomas33/product-list.git
  2. cd User-form
  3. Install NPM packages
    npm install
  4. Create .env file and fill the DB credentials.
     MONGO_HOST='ENTER YOUR MONGO HOST URL'
     MONGO_PORT='ENTER YOUR MONGO PORT'
     MONGO_DBNAME='ENTER YOUR MONGO DATABASE NAME'
     DEBUG_MODE=true
  5. NB: DEBUG_MODE value should be changed to false, while going production or Testing API's using Jest
  6. Install NPM packages
    node server.js

Roadmap

See the open issues for a list of proposed features (and known issues).

About

Shopping cart - product listing app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published