https://github.com/croydon/voc-trainer
A showcase project to explain a few things to non-programers.
https://github.com/croydon/voc-trainer
hacktoberfest voc vocabulary vocabulary-learning
Last synced: 8 months ago
JSON representation
A showcase project to explain a few things to non-programers.
- Host: GitHub
- URL: https://github.com/croydon/voc-trainer
- Owner: Croydon
- Created: 2015-04-20T18:44:45.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T04:17:29.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T11:44:09.297Z (10 months ago)
- Topics: hacktoberfest, voc, vocabulary, vocabulary-learning
- Language: PHP
- Homepage: http://voc.noobys.org
- Size: 3.63 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Voc Trainer
This is a school project with the goal of teaching a bit more of absolutely basic database knowledge to my class. I will also try to give a feeling, how one can start to develop a project, when there is nothing, but an idea.
Keep in mind, that the database and my presentation itself are the only parts, which really matters for this project.
The code itself basically doesn't matter at all, except that it makes the thing running.## License
The code is, like the [Fat-Free Framework](https://github.com/bcosca/fatfree), on which the code is based on, licensed under the terms of GNU GPL 3.0, while the database and the presentation are licensed under the terms of [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
## Setup
Requirements:
* PHP >= 5.4
* MariaDB/MySQL >= 5.6Steps:
* Import the database schema into your database
* Rename `app/config/db-example.php` to `db.php`, edit the file and add your database connection information