Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 867 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 867 Bytes

Pizzaria

The online tool to connect people and to make them buy a lot of pizzas so we can profit from them

Team

  • Mikhail Stepanov
  • Gil Kwak
  • Ilya Yanchuk
  • Suhail Ansari

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Roadmap
  5. Contributing

Usage

Run 'npm run magic' to view the compiled version of our app

Requirements

  • Node 9.4.x
  • MySQL 2.13.x
  • React 16.2.x
  • ReactDOM 16.2.x

Development

Installing Dependencies

From within the root directory:

npm install
mysql -u root < mysql/schema.sql

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.