Skip to content

HenryAugustiano/DirtLand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirtLand

We are selling dirt from countries all over the world.

View Report and Documentation

Report


Instruction to load the database using Docker

  1. remove line 1-5 from orderdb_sql.ddl
  2. CREATE DATABASE orders;
    go;
    
    USE orders;
    go;
    
  3. load the database by using http://localhost/shop/loaddata.jsp
  4. reinsert the deleted line in orderdb_sql.ddl
  5. repeat step 2 again.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published