Skip to content

SEP007/lmvc-patat

 
 

Repository files navigation

Build Status Coverage Status Dependency Status

LMVC Patat (Find a snack)

LMVC Patat is a small app built using the LMVC Framework and its modules.

A small little app suggesting fast food restaurant within walking distance to a hungry person.

Install LMVC Patat

LMVC Patat is based upon LMVC and more specifically LMVC Afresh.

Download and setup work

As I expect you to be on a Unix system, all you need is one fancy command downloading a bash-file which does all the work. If you're on Windows you need to clone, setup chmods, fetch dependencies and move sample-config file's content around yourself. It's what you deserve for it anyways ;-)

So if you're on Unix run this: bash -c "$(curl -fsSL http://git.io/xzIkXA)"

Kaboom! Hope it went well...

Setup the Database

  1. Setup a new database in your own MySQL and select it
    • When you're using MAMP this is typically done on your localhost with phymyadmin as a front-end for your database
  2. Import the security module's database
  3. Import patat's database
  4. Adjust database credentials in app's config.js

Run it

Launch the app in the browser e.g. localhost/lmvc-patat.

Some screenshots

Application on desktop

App index Restaurant list Single Restaurant Route to Restaurant Registration Manage Menu Edit Dish

Application on mobile (it's just bootstrap)

Restaurant list Restaurant view Menu

Further references

About

A small little app suggesting fast food restaurant in walking distance to a hungry person.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • CSS 23.0%
  • PHP 3.8%
  • Other 0.6%