Skip to content

Make it easier for co-workers to have lunch and form friendships

Notifications You must be signed in to change notification settings

thetutlage/what-the-lunch

Repository files navigation

What the lunch?

Presented at codetalks.de October 2018

What the lunch is an app expected to the run within the company to share restaurants with your colleagues and help them choose something tasty for the lunch.

The app is built on top of AdonisJs and for the sake of simplicity we render everything on the server and try to avoid the front-end tools or frameworks completely.

Stack

  1. AdonisJs ( main framework )
  2. TailwindCSS ( For css and styling )
  3. Cleave.js for formatting inputs.
  4. Zepto.js for selectign DOM elements.

Setup

  1. Clone the repo.
  2. Run npm install.
  3. Run adonis migration:run to migrate database.
  4. Run adonis seed to add dummy data.

About

Make it easier for co-workers to have lunch and form friendships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published