Skip to content

anjapadu/turing-tshirtshop-backend

Repository files navigation

Turing T-SHIRTSHOP Backend

ENV

Custom ENV to RDS Amazon database in source Can be updated with the variables

DB_USER=
DB_PASS=
DB_DATABASE=
DB_HOST=
DB_PORT=

Installation

$ yarn  or npm install

Run the project

$ yarn start or npm start

Generate production files

$ yarn build or npm run build

Run Production

$ cd dist/ && yarn install && yarn production-start

About

Back end of turing full stack challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published