Code Monkey home page Code Monkey logo

good-food-back's Introduction

CESI CUBE: Good Food 2.0

Le projet "Good Food 2.0" est la simulation d’un projet de refonte d'application mobile et web d'une chaine de restauration.


Back end : Laravel

Pour la base de données:

$ docker-compose up -d

Dans .env:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3307
DB_DATABASE=good-food-db
DB_USERNAME=laravel
DB_PASSWORD=laravel

Dans le terminal:

$ composer install
$ pnpm install

Pour Laravel, dans le terminal:

$ php artisan key:generate
$ php artisan migrate
$ php artisan db:seed
$ php artisan storage:link
$ php artisan serve

Créez un compte Algolia, créer uen nouvelle application.

Pour scout, dans .env:

SCOUT_DRIVER=algolia
SCOUT_QUEUE=true
SCOUT_IDENTIFY=true
ALGOLIA_APP_ID={your_algolia_app_id}
ALGOLIA_SECRET={your_write_algolia_api_key}

Dans le terminal:

$ php artisan scout:import

Pour les mails, juste à modifier le .env avec le bon smtp, juste suivre la doc du mailer utilisé

good-food-back's People

Contributors

0grre avatar 0xjohnnyboy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.