Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 577 Bytes

Sevima Hackaton - GPTeacher

GPTeacher is an app for those of you who don't have a teacher to study with.

How To Install

1. git clone https://github.com/Faisd405/Sevima-Hackaton-GPTeacher.git
2. enter directory
3. composer install
4. npm install
5. cp .env.example .env
6. php artisan key:generate
7. setting ENV DB and OPEN_API_KEY
8. php artisan migrate
9. php artisan db:seed

and now you already install the GPTeacher, now run

php artisan serve
npm run dev

now you already running the program.

Web Hosting: https://gpteacher.faisaldev.cloud/