Skip to content

minhthuy30197/OboStadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBO STADIUM WEBSITE

Simple e-commerce website

Systems analysis and design

Document here

Running the application locally

Config application.properties file:

spring.datasource.username=DB_USERNAME
spring.datasource.password=DB_PASSWORD
spring.datasource.url=jdbc:DB_TYPE://DB_HOST/DB_NAME
server.port=PORT

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.company.demo.DemoApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Import database from obo.sql. Using two default account:

To access url /admin to get admin pages.

Built with

Author

Trinh Minh Thuy


Hướng dẫn chạy bằng Docker Compose

Cần cài đặt Docker và Docker Compose. Tự google search cách cài nhé Sau đó chạy file build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published