This is the main repository for the PizzaCape backend developed using the MEAN stack.
In order to start to develop need to have installed:
- PizzaCape - contains the front-end webapp
Clone this repository and install nodejs dependencies:
npm install
Next unzip all .gz
files from dbexport
into some folder (for example: pizzacapedb) and execute:
mongorestore -d pizzacapedb path/to/unzipped/pizzacapedb/folder
npm run start
npm run debug