Skip to content

vutiendat3601/vutiendat3601-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Flow

  • Create a new branch for feature: $ git checkout -b feature/<jiraTicket>

  • Remember to merge latest code from branch 'dev' to new feature branch before push: $ git switch dev $ git pull $ git switch feature/<jiraTicket> $ git merge dev

  • After push to GitHub Repository, please make a Pull Request from the 'feature/<jiraTicket>' branch to 'dev' branch

Start Project in local for Development

Prerequisite:

  • Docker installed and started
  • JDK 17 installed
  • NodeJS 20 installed

Start Backend:

  • Go to backend directory: $ cd backend
  • Run command: $ ./mvnw spring-boot:run

Start Frontend:

  • Go to backend directory: $ cd frontend
  • Run command: $ npm install $ npm i @angular/cli -g $ ng serve --host 0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published