https://github.com/irsyadulibad/sevima
Sevima Hackathon
https://github.com/irsyadulibad/sevima
hackathon sevima sevima-hackathon
Last synced: 23 days ago
JSON representation
Sevima Hackathon
- Host: GitHub
- URL: https://github.com/irsyadulibad/sevima
- Owner: irsyadulibad
- Created: 2022-06-25T00:40:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T00:51:20.000Z (about 4 years ago)
- Last Synced: 2025-03-02T04:36:39.639Z (over 1 year 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: admin@gmail.com
password: admin123
```
- Login as student with
```yaml
url: /student/login
email: student@gmail.com
password: student123
```
### Credits
- [Github @irsyadulibad](https://github.com/irsyadulibad)
- [Facebook @irsyadulibad.dev](https://facebook.com/irsyadulibad.dev)
- [LinkedIn @irsyadulibad](https://linkedin.com/in/irsyadulibad)