Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wujido/school
Some creations of programming hours in the 4th school year
https://github.com/wujido/school
nette php programming-hours school
Last synced: 16 days ago
JSON representation
Some creations of programming hours in the 4th school year
- Host: GitHub
- URL: https://github.com/wujido/school
- Owner: wujido
- Created: 2018-10-21T22:11:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T09:47:18.000Z (almost 6 years ago)
- Last Synced: 2024-10-17T22:26:27.147Z (3 months ago)
- Topics: nette, php, programming-hours, school
- Language: PHP
- Homepage:
- Size: 6.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Tasks maked in school
=============
Some creations of programming hours in the 4th school year### Installation
The best way is via composer:
```cmd
composer create-project wujido/school
```
Or you can just download as zip.Then you must create database and run migration from *bin/db.sql*, and configure your conection in
*app/config/config.neon* or create *config.local.neon*.There you have template for your conection:
```neon
database:
dsn: 'mysql:host=127.0.0.1;dbname=name_of_your_database'
user: root
password:
```### Used technology
- Php framework [Nette](https://github.com/nette/nette)
- Nette addons
- Bootstrap 4 forms - [GitHub](https://github.com/czubehead/bootstrap-4-forms)
- [Sass](https://sass-lang.com/) for styling
- Nice icons [Font awesome](https://fontawesome.com/)
- Database administration in one PHP file [Adminer](https://www.adminer.org/en/)