Skip to content

hsipl/EC_Shop-Backend

Repository files navigation

Ec Shop v0.01

Types: Typescript

Quick Start For Development

For Backend Developers

# clone repo
git clone https://github.com/hsipl/EC_Shop-Backend.git

# install dependency

npm install 

Developer Workflow

Local Development

  • New Branch: Create a new branch for your features.
# this command will create a new branch and checkout to it.

git checkout branch_name

Docker run

$ docker-compose build --no-cache
$ docker-compose up -d

Running the app

$ npm i
$ npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published