Simple Node.JS project where a user can create categories and products.
Here's why:
- Project that demonstrates the implementation of categories and products
The project is built using Node.js, Express.js Framework, Mongodb.
Follow the below instructions for setting up the project locally.
- Clone the repo
git clone https://github.com/libinthomas33/product-list.git
- cd User-form
- Install NPM packages
npm install
- 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
- NB: DEBUG_MODE value should be changed to false, while going production or Testing API's using Jest
- Install NPM packages
node server.js
See the open issues for a list of proposed features (and known issues).