Git Product home page Git Product logo

backend-pure_php-vedomost's Introduction

Vedomost

Однажды меня попросил один парень с ИВТ для автомата за короткий срок написать сайт напоминающий по функционалу электронную ведомость, куда преподователи ставят оценки студентам. Требование было соблюдении 1-ой и 2-ой нормальных форм в БД, а также операции для выставления оценок студентам за экзмены в зависимости от допуска и групппы. Была просьба код писать по проще, поэтому работы над ошибками прошлых проектов немного.

Так уж вышло, что проект на Symfony был написан раньше, поэтому черпал вдохновение оттуда и из первого сайта.

Установка

Инструкция
  1. Проверить настройки сервера. Для Apache OpenServer могут быть такими
<VirtualHost *:%httpport%>

    DocumentRoot    "%hostdir%"
    ServerName      "%host%"
    ServerAlias     "%host%" %aliases%
    ScriptAlias     /cgi-bin/ "%hostdir%/cgi-bin/"

</VirtualHost>
  1. Проверить данные для подключения к БД в файле db/Db.php с 7 строки идёт массив с параметрами
  2. Импортировать sql dump из db/univer.sql

Демо

Демо работы

work demo

Демо страниц ошибок и прочего

error demo

Демо адаптивности макета

adaptive demo

Скриншоты

screen 1 screen 2 screen 3 screen 4 screen 5 screen 6 screen 7 screen 8 screen 9 screen 10

backend-pure_php-vedomost's People

Contributors

iebrosalin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.