Skip to content

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

Notifications You must be signed in to change notification settings

MinecraftJohn/crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks