Skip to content

fadion/pizzaiolo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizzaiolo Server

A very simple server to provide data to the Pizzaiolo app. Built with Node.js and Restify, using some static JSON files as data.

Installation

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.

  1. Clone the repository
$ git clone git@github.com:fadion/pizzaiolo-server.git
  1. Install dependencies
$ cd pizzaiolo-server
$ npm install
  1. 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.

Disclaimer

The "Pizzaiolo" name is a made up name for this specific project. It doesn't refer to any existing brand or company.

About

A simple server for the Pizzaiolo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published