Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcambose/studeo
An e-learning platform to help students learn faster and easier for exams.
https://github.com/alexcambose/studeo
article baccalaureat education grades laravel laravel-framework learning php-framework platform project school school-project students study topics useful video vue-router vuejs2 vuex
Last synced: about 4 hours ago
JSON representation
An e-learning platform to help students learn faster and easier for exams.
- Host: GitHub
- URL: https://github.com/alexcambose/studeo
- Owner: alexcambose
- License: gpl-3.0
- Created: 2017-11-02T12:35:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T16:35:14.000Z (almost 6 years ago)
- Last Synced: 2024-05-21T04:21:15.082Z (6 months ago)
- Topics: article, baccalaureat, education, grades, laravel, laravel-framework, learning, php-framework, platform, project, school, school-project, students, study, topics, useful, video, vue-router, vuejs2, vuex
- Language: Vue
- Homepage:
- Size: 73.5 MB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Studeo Logo](public/images/logo.png)
# opening-opportunities-Studeo
A platform to help students learn faster and easier for the baccalaureate exam## Installation:
```bash
~ composer install && npm install
```
##### php.ini configuration
In order to be able to upload large files you should edit your `php.ini` file and set:
```apacheconfig
memory_limit = 32M
upload_max_filesize = 24M
post_max_size = 32M
```
You will also need to restart apache after that.## Database seeding
After you have `php artisan migrate`d the database, run the database seed command
```bash
~ php artisan db:seed
```11 fake users will be added to you database and you can now login with the standard `sandel` user, email: `[email protected]` and the password: `123456`