Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irsyadulibad/sevima
Sevima Hackathon
https://github.com/irsyadulibad/sevima
hackathon sevima sevima-hackathon
Last synced: 27 days ago
JSON representation
Sevima Hackathon
- Host: GitHub
- URL: https://github.com/irsyadulibad/sevima
- Owner: irsyadulibad
- Created: 2022-06-25T00:40:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T00:51:20.000Z (over 2 years ago)
- Last Synced: 2024-11-13T09:08:02.304Z (3 months ago)
- Topics: hackathon, sevima, sevima-hackathon
- Language: JavaScript
- Homepage:
- Size: 8.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learny - Sevima Hackathon App
## Description
A learning management application that will make it easier for instructors/teachers to manage their learning content## Requirements
- PHP >= 8
- MySQL## Setup & Installation
Clone this project
```bash
git clone https://github.com/irsyadulibad/sevima
cd sevima
```Install all dependencies
```bash
composer install
```Setup Laravel
```bash
cp .env.example .env
php artisan key:generate
php artisan storage:link
```Import Database
```bash
mysql -u {USERNAME} -p{PASSWORD} < learny.sql
```Run the Application and Enjoy the Journey :)
```bash
php artisan serve
```## Getting Started
- Login as admin with
```yaml
url: /admin/login
email: [email protected]
password: admin123
```
- Login as student with
```yaml
url: /student/login
email: [email protected]
password: student123
```### Credits
- [Github @irsyadulibad](https://github.com/irsyadulibad)
- [Facebook @irsyadulibad.dev](https://facebook.com/irsyadulibad.dev)
- [LinkedIn @irsyadulibad](https://linkedin.com/in/irsyadulibad)