Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 423 Bytes

README.MD

File metadata and controls

28 lines (18 loc) · 423 Bytes

Online Shop

Backend API for an online shop.

Installation

create .env file based on .env.example in the root.

run below command to install all required packages.

yarn

Run below one to start infrastructure requirements and wait a bit until DB is started.

yarn infra:up

Run below one to start API.

yarn start:dev

License

MIT