Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 432 Bytes

Requirement

NodeJS (> 10.16.3) MongoDB and Docker (optional)

Installation

  1. Run git clone https://github.com/DavidIzaac/pizza-management and go this folder
  2. Run mv .env.example .env
  3. Run npm i
  4. Run npm start

Docker Installation

You can directly pull the docker image in the public repository: davidavidavid/pizza-management. To connect the application with mongo container, you can run docker-compose up