Skip to content

jkrisfox/projectTemplate2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run, first install docker and Visual Studio Code. Add the docker plugin to visual studio code. If docker is not working as expected you can install mariadb or mysql directly using their respective installers. Please make sure it's version 5.7 for mysql not 8.0 as 8.0 has some password encryption that doesn't work with our mysql plugin from node.

  1. Using the docker plugin, right click ont he docker-compose.yml file and perform a "Compose Up".
  2. Then in the docker tab, attach a shell.
  3. log in to the database "mysql -uroot -p" enter "password"
  4. run the following command: "create database test;"
  5. exit out of the shell.
  6. Navigate to api directory
  7. npm install
  8. copy the ormconfig.json.example to ormconfig.json and modify the file to match your setup, primarily make sure username and password are correct for the database connection.
  9. npm run serve
  10. In another terminal navigate to the webapp2 directory
  11. npm install
  12. npm run dev
  13. Navigate to url displayed in the terminal to 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