Skip to content

shubham8456/CMS_with_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS_with_GUI

You need to have mySQL installed with 'cms_customer' as Database Name and 'cmscustomer' as the Table Name; in which the details of the customers are stored.

The schema of the table is here:

CREATE TABLE cmscustomer( id INT PRIMARY KEY AUTO_INCREMENT, name VARCHAR(50) NOT NULL, address VARCHAR(250), mobile VARCHAR(15) UNIQUE NOT NULL);

About

The good old customer management system. Good thing is that I've added an ugly UI too

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages