GithubHelp home page GithubHelp logo

saminkirigaya / php-fullstack-web-server-developing-using-slim-framework Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 954 KB

This backend consist of : A.user registration B.login C.account view D.account edit E.account delete F.logout

PHP 51.45% CSS 37.48% JavaScript 11.07%
account-management bootstrap4 bootstrap5 css-animation css-flexbox css3 javascript-effects javascript-es6 mysqli php-mysql

php-fullstack-web-server-developing-using-slim-framework's Introduction

PHP-fullstack-web-server-developing-using-Slim-Framework

The project is for developing a custom routing based web server where we design CRUD operation using MySqli and controlling users to manually getting inside our server web pages.

Installation

You can clone my project in your root directory. But, make sure to install slim framework, from official page you can install that. Just type in your terminal of working directory (root) :

    composer require slim/slim:"4.*"
    composer require slim/psr7

You need to have composer installed for it.
Once, you install this two component you will get a vendor folder consisting slim framework in your root.

Optimizations

I made sure the operation was good enough to demonstrate CRUD operation for a PHP MVC framework.

But, I didn't tried much to make complete responsive css design beside the bootstrap. So make sure to optimize it further for 4k designs.

Also you can set up more better regex condition for user regestration form to take values and apply them as your need.

Also, I checked the whole server in my local apache server. So, if you see any link such as : https://localhost change it to your domain name like : https://www.something.com (If you are hosting in a cpanel or any server).

Make sure to import the sql file that I provided in your database and name config setup of database according the mysqli_connect( ).

php-fullstack-web-server-developing-using-slim-framework's People

Contributors

saminkirigaya avatar

Stargazers

 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.