Giter Site home page Giter Site logo

cocotopia / simple-crud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dr5hn/simple-crud

1.0 2.0 0.0 25 KB

Create, Read, Update and Delete Using React JS with PHP, MySql

Home Page: http://www.webgeeks.in

PHP 43.25% CSS 0.44% JavaScript 51.30% HTML 5.01%

simple-crud's Introduction

Simple CRUD using PHP,MYSQL,REACT,BABLE,JQUERY,BOOTSTRAP

Getting Started

CRUD operations with PHP, MySQL, React, Babel, jQuery and Bootstrap.

What is React ? (in One Word)

React is only the V in MVC.

What will do what ?

PHP – will handle server side script.
MySQL – will store our data.
React – will make our UI fast and interactive.
Babel – will compile our JavaScript so we don’t have to wait for browser support.
jQuery – will do AJAX requests. React official docs shows jQuery examples.
Bootstrap – will make our UI look better.

Installation

Step 1 : Create Database

api_db (or Whatever_Name)

Step 2 : Import SQL file into Database

api_db.sql

Step 3 : Update Project Configuration Files

- api/config/core.php
Update following variables as per your server config
$home_url = "http://localhost/Simple-CRUD/";

- api/config/database.php
Update following variables as per your database config
$host = "localhost";
private $db_name = "api_db";
private $username = "root";
private $password = "mysql"; // If you're using xampp keep it blank

Step 4 : Go Live

http://localhost/Simple-CRUD

That's all Folks !!

simple-crud's People

Contributors

dr5hn avatar valerian-pereira avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar George Dueñas 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.