Giter VIP home page Giter VIP logo

blognoframeworkmvc's Introduction

BlogNoFrameworkMVC

Create MVC blog without using any PHP Framework or CMS.

I created this project as a test task for Check24 in 2017. This source code was accepted by Check24 and I received the job proposal. Please use it for education only. I hope that the task would be unique for each developer. This project is interesting since it explains the architecture from scratch -- we use no Framework and no CMS.

How to install:

  • configure MySQL connection in config/application.config.php
  • create a virtual host http://blognoframeworkmvc.test and set the default folder /public for it
  • if links link /about cannot be found then ensure that /public/.htaccess or configure NGINX similar to /config/nginx.BlogNoFrameworkMVC.conf
  • open the URL http://blognoframeworkmvc.test in your browser. If your MySQl is configured properly, then data/schema.mysql.sql should be executed automatically during the first run.

What can be improved in the future:

  • use namespaces
  • Add ORM since I use hardcoded mySQL commands
  • Use translations
  • Use database Migrations
  • use PHP 7 -- this app was created using PHP5 acording to Check24 task requirement.
  • What else?

Feel free to develop it and make pull requests on https://github.com/kaurov/BlogNoFrameworkMVC/

blognoframeworkmvc's People

Contributors

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