AbdullahOztuurkk / Node-ECommerce

E-Commerce backend clone powered by nodejs with mongodb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce Application

This Application has been developed with nodejs and mongodb.

Environment Variables

Create a file named config.env in config directory and create below keys.

    NODE_ENV=
    PORT=
    USER_NAME=
    PASSWORD=
    MONGO_URL=

    JWT_SECRET=
    JWT_EXPIRE_TIME=
    JWT_COOKIE_EXPIRE=

Installation

Open the new terminal and enter below commands.

    # Install all dependencies
    npm Install
    
    # Run in dev mode
    npm run dev

    # Run in prod mode
    npm start

About

E-Commerce backend clone powered by nodejs with mongodb.


Languages

Language:JavaScript 100.0%