Skip to content

quoc10973/Watch-Store-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch-Store-Management

An old version java web project about watch e-commerce using netbeans 8 with JDK1.8 and Apache Tomcat 8.0.27. This project also contain dockerfile, database.sql to create in Microsoft SQL Server.

Docker build (CMD)

  • To build image:

docker build -t watchstoremanagement .

  • To ruin container:

docker run -d -p 8080:8080 --name watchstoremanagement-container watchstoremanagement

  • Then you can go to url home page:

http://localhost:8080/WatchStoreManagement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published