/menuplanner

An application to plan your meals for a given timeframe

Primary LanguagePHPMIT LicenseMIT

menuplanner

TravisCI Status StyleCI Status Codeship Status for chefe/menuplanner Quality Gate Status

An application to plan your meals for a given timeframe.

Installation

  1. Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.
git clone git@github.com:chefe/menuplanner.git
cd menuplanner && composer install && npm install
cp .env.example .env
php artisan key:generate
npm run dev
  1. Next, configure your database credentials in the .env file.
  2. After that, you can migrate the database with the command php artisan migrate.
  3. Finally, boot up a server and visit the application.

Credit