Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 289 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 289 Bytes

Pizza API

This project contains the code for the pizza assignment

Getting started

  • Clone the repository

  • Install dependencies

cd <project_name>
npm install
  • Run the project in dev mode
npm run start:dev
  • Build and run the project
npm run build
npm start