Skip to content

Nihongo Idioms: Platform backend for learning languages developed with PHP and MySQL.

Notifications You must be signed in to change notification settings

kastorcode/nihongo-idioms-backend-php

Repository files navigation

Nihongo Idioms PHP Backend

👷 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.


👉 Used technologies


📜 Installation and execution

  1. Make a clone of this repository;
  2. Make sure you have two servers running: MySQL and PHP, you can use the XAMPP;
  3. Create a database in MySQL with the name of languages;
  4. Run the file database-backup/languages.sql in the languages database to create the tables;
  5. Create a database in MySQL with the name of phrases;
  6. Run the file database-backup/phrases.sql in the phrases database to create the tables;
  7. If you have XAMPP running on your machine, you can perform these operations via phpMyAdmin at the address http://localhost/phpmyadmin.

🎨 Project frontend

nihongo-idioms-frontend-react-native