A very simple server to provide data to the Pizzaiolo app. Built with Node.js and Restify, using some static JSON files as data.
If you're planning to test the Pizzaiolo app, you'll need to have the server running. It's as simple as typing these 3 commands.
- Clone the repository
$ git clone git@github.com:fadion/pizzaiolo-server.git
- Install dependencies
$ cd pizzaiolo-server
$ npm install
- Run the server via
$ node index.js
or$ npm start
. Even better, install nodemon and in addition to starting the server, it will monitor file changes and restart automatically.
The "Pizzaiolo" name is a made up name for this specific project. It doesn't refer to any existing brand or company.