MinecraftJohn / crud-app

The 4 server-side functions: create, read, update, and delete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crudhub - CRUD Application

CRUD Application

What is this?

This project is called crud (create, read, update, and delete) the four basic functionality that manipulate data in a database that is important to any web application’s basic functionality.

With this challenge I learn more a lot with setInterval() to display a toast message. Displaying a message when there's no data available and form validation. This project was my first programming challenge/task that was given by my mentor from my internship company. I also engage more at Figma with this project because I had to make a logo out.

Crudhub UI Preview

It was a greate experience, challenging and fun web development exercise.

Installation

  1. Install XAMPP in your PC
  2. In XAMPP Control Panel, run Apache and MySQL.
  3. At MySQL section click the Admin button to open phpMyAdmin
  4. Create a database for this project call it: crudhub
  5. Import the users.sql at _database folder to your Crudhub MySQL database
  6. When success, open the site with your browser, and it should work.

About

The 4 server-side functions: create, read, update, and delete.


Languages

Language:PHP 61.0%Language:CSS 17.6%Language:JavaScript 11.3%Language:Hack 10.2%