👷 Developed by Matheus Ramalho de Oliveira.
🔨 Systems Analyst, Full-Stack Developer.
🏡 Goiânia, Goiás, Brasil.
✉️ kastorcode@gmail.com
👍 instagram.com/kastorcode
Platform for learning languages through spaced repetition, explanatory modules, combined text and audio, question forum, notification system, premium account, and other settings more.
- Make a clone of this repository;
- Make sure you have two servers running: MySQL and PHP, you can use the XAMPP;
- Create a database in
MySQL
with the name oflanguages
; - Run the file
database-backup/languages.sql
in thelanguages database
to create the tables; - Create a database in
MySQL
with the name ofphrases
; - Run the file
database-backup/phrases.sql
in thephrases database
to create the tables; - If you have XAMPP running on your machine, you can perform these operations via phpMyAdmin at the address http://localhost/phpmyadmin.