Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 302 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 302 Bytes

EASY SHOP (NodeJS ExpressJS MongoDB ReactJS)

server

    cd server/

Dockerize mongodb :

    docker-compose up --build -d mongodb_easy_shop

Install Dependencies:

    yarn

Run Server:

    yarn start

Client

    cd client/ && yarn && yarn dev