Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
/ lmvc-patat Public archive

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

License

Notifications You must be signed in to change notification settings

scandio/lmvc-patat

Repository files navigation

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 app and dependencies

  1. To install your own version just clone the repo into your htdocs
    • git clone https://github.com/scandio/lmvc-patat.git
  2. Then
    • cd lmvc-patat && sh bootstrap.sh
  3. This will load all composer dependencies and setup caching-directories for the Asset Pipeline.

Setup the database

  1. Setup a new database in your own MySQL and select it
  2. Import the security module database
  3. Import the patat database

Setup the app

  1. Copy the contents of the sample-config.json into a file named config.json and adjust its values if needed
    • Meaning change database-name and credentials
  2. Now copy the contents of the .-sample-htaccess-file into a new .htaccess
    • Set the app's root to whereever the app resides on your own localhost
  3. Lastly copy the contents of the /app/javascripts/sample-config.js into a new config.js and set the app's root to whereever the app resides on your own localhost too.

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