Git Product home page Git Product logo

crud-rest-api-php-mvc's Introduction

The Posts CRUD app

Running the project

To run the code ensure that you have the latest version of XAMPP installed. Start the mySQL server and navigate to phpmyadmin by entering this link in the browser http://127.0.0.1/phpmyadmin. Create the database with the name of your choice but change the dafault name used in this project's database file. While in that database, import the SQL document attached in this project to have the same copy of tables used in this project. After that run the command below in your operating system terminal in the root directory of this project.

php -S localhost:8080

About the project

The project involves a simple application which implements the CRUD(create, read, update and delete) functionality using the object oriented PHP. Once a user is in the landing page, they can click the create link in the navigation bar to create a new post which will be stored in the database. Once they return to the home page, the post will be listed in short form from which they can click read more which takes them to a page where they can read the full version of the post. From this page the user can delete or update the contents of the post or the entire post.

crud-rest-api-php-mvc's People

Contributors

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