Skip to content

GroupFiveSSA/finalprojectSpringBasicBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finalprojectSpringBasicBuild

Just in case you want to run the database from your machine:

  1. Change the database password in the code to your SQL password.
  2. Make a schema in mySQL called groupfive.
  3. Create a table called user
  4. Here is the code: CREATE TABLE groupfive.user ( userId int(10) unsigned NOT NULL AUTO_INCREMENT, firstName varchar(255) DEFAULT NULL, lastName varchar(255) DEFAULT NULL, email varchar(255) DEFAULT NULL, address varchar(255) DEFAULT NULL, city varchar(255) DEFAULT NULL, state varchar(255) DEFAULT NULL, zipcode varchar(255) DEFAULT NULL, password varchar(255) DEFAULT NULL, PRIMARY KEY (useruserId), UNIQUE KEY email (email) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors