Skip to content

Eindwerk Full Stack Developer Robbe -- Edumodo Software

Notifications You must be signed in to change notification settings

SyntraSchoolRob/edumodo

Repository files navigation

Installation Project Edumodo

Step 1. git clone https://github.com/SyntraSchoolRob/edumodo.git

Step2. be sure to go to the edumodo directory in your terminal (cd .../www/edumodo)

Step3. composer install

Step4. Create database with InnoDb engine: dbedumodo

Step5. Open your editor and change .env file (from .env.example) (db_database=dbedumodo, db_username, db_password)

step 6 public & private keys in .env file stripe

Step7. php artisan key:generate

Step 8. php artisan migrate

Step 9. php artisan db:seed

Step 10. 10.1->check if node_modules ? npm run dev (laravelmix) : npm install

(Step11. npm run watch ) build assets

Users

admin: e-mail: hi@hello.us password: 12345678

user: e-mail: user@edumodo.com password: 12345678

You're know ready to explore