Giter Site home page Giter Site logo

classroom_finder's Introduction

What is the point of the project ?

The main purpose is to improve communication between professors and their students by giving the possibility to the students to see, in real time, if the professor is in his class (or an other), if the professor left an information message (Ex: he is late),

How to install the project

  1. Clone the project.

  2. Copy and rename the .env.example file.

  3. Fill the database name in the env file : classroomfinder. Be sure to modify the right file of the right folder ;p

  4. Use 'composer install' in the command line inside the classroomfinder folder.

  5. Use php artisan key:generate.

  6. Use 'php artisan migrate' to fill the database. -> If you get error with "... could not find driver", you will need to uncomment ';extension=pdo_mysql.so' from the php.ini file in your php installation folder.

  7. Use the command 'composer dump-autoload', then use 'php artisan migrate' follow by 'php artisan db:seed' to fill the database with data.

  8. Use 'php artisan serve' to launch the localhost

Mail configuration

In the .env file, replace like the following :

MAIL_MAILER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL_USERNAME="Your email" MAIL_PASSWORD="your password" MAIL_ENCRYPTION=ssl MAIL_FROM_ADDRESS="Your email" MAIL_FROM_NAME="${APP_NAME}"

classroom_finder's People

Contributors

zain541 avatar

Watchers

James Cloos avatar  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.