Skip to content

Back office for an online school made with PHP and altorouter

Notifications You must be signed in to change notification settings

TristanBonnal/skoule

Repository files navigation

Skoule 🏫 ✏️ 🎓

The website 💻

This website was an exercise I had to do during my formation, the purpose was to practice handmade CRUD, router, authentication, authorizations, ACL and CSRF tokens with PHP. Every page require an authentication, and there are different roles levels. Skoule purpose is to see students and teachers lists.

image info

image info

image info

Stack 🔧

  • PHP 7.4
  • Altorouter
  • Bootstrap

How to install project 🔨

  • After cloning the repo, run :

    composer install
  • Specify your work environment with the conf.ini file:

    DB_HOST=localhost
    DB_NAME=skoule
    DB_USERNAME=user
    DB_PASSWORD=password
  • Import database with skoule.sql file

  • Log with created users :

About

Back office for an online school made with PHP and altorouter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published