/pizzafriday

Primary LanguageJavaScript

Pizza friday

Allow to select food from restaurants on pizza day.

Requirements

  • mongodb
  • node

Instalation

npm install
cp server/config.example.js server/config.js

Environment variables

HOST - server host, defaults to localhost
PORT - server port, defaults to 1337
ENV_SECRET - secret for JWT
NODE_ENV - envoirment (production, TESTING)

Start

gulp react
npm run start

Development

gulp watch
npm run start:watch

Todo

  • move restaurants list to db
  • move menu to db
  • create menu editor for admin
  • levels of auth
  • users list for admin
  • change monk to something smarter (changed to mongoose)

Badges

Testing code review tools

master develop
Travis Travis
Codacy Codacy
Code Climate Code Climate
Codefactor Codefactor soon