Skip to content

zahid47/pizza-app

Repository files navigation

pizza time!

Backend CI CodeQl DeepSource DeepScan

Getting Started

Prerequisites

Environment Variables

see .env.test file for all the env variables you need to set.

Run Locally

Clone the project

  git clone https://github.com/zahid47/pizza-app.git

Install dependencies

  yarn

  cd client

  yarn

  cd ../

Start server and client

  yarn all

Run Tests

  yarn test

API Docs

  • available at "/api/v1/docs"

TODO: add instructions for docker