Skip to content

aimee4312/projectTemplate2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run, first install docker and Visual Studio Code. Add the docker plugin to visual studio code.

Using the docker plugin, right click ont he docker-compose.yml file and perform a "Compose Up". Then in the docker tab, attach a shell. log in to the database "mysql -uroot -p" enter "password" run the following command: "create database test;" exit out of the shell. Navigate to api directory npm install copy the ormconfig.json.example to ormconfig.json npm run serve In another terminal navigate to the webapp directory npm install npm run serve Navigate to localhost:8080 see if the application is running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • Vue 35.3%
  • HTML 2.9%