Skip to content

quimp03/product-management

Repository files navigation

CLOTHING MANAGEMENT WEBSITE

Features

  • Admin: Management: store, staff, items, customers.
  • Staff: Managment: items, customers.
  • User: Buying items.

Technologies Used

  • Website Development Foundation: NodeJs
  • Programming Language: Javascript
  • Web Framework: Express.Js
  • Front End: Pug, Bootstrap, Css## Installation To set up the project locally, follow these steps:
  1. Clone the repository:
    git clone https://github.com/quimp03/product-management.git
  2. Install the required packages (if you have no node so install node for this project):
    npm i
  3. Addation env and follow these steps:
    • add port
    • add url for mongodb
    • Using cloudinary in order to upload image online. You have to register and addtion in env file includes: cloud_name, api_key, api_secret.
    • Using email to send opt for another email that you forgot password and get password off this email from application password.

Usage

  1. Run the application:
    npm start
  2. Open your web browser and navigate to home page: exameple port == 3000
  3. Enjoy the website :)))

Deploy on vercel

I use Vercel Platform in order to deploy my web online.