This branch is the homologation branch
- Version: 0.0.1
- Authors: David Sidro, Danilo de Matos Serafim, Dario Kruger Junior, Felipe Janotte, Leonardo, Rodrigo Perozin
- Clone this git repository
- Checkout the 'beta' branch
- Install MySQL Community 8.0 and all packages contained in
- Configure the MySQL and the MySQL Workbench
- Open the MySQL Workbench, go inside a instance and open the archive .sql contained on Google Drive
- Run the file and it's almost done..
- Make sure that the instance is on localhost:3306 and both the user and password is set to 'root'
- install Golang on your machine
- Go to a terminal and go to directory '/Backend'
- run command 'go run main.go'
- Clone this git repository
- Checkout the 'beta' branch
- Install Node JS
- Open a terminal and type:
$ cd /dea/FrontEnd -> To change for project directory
$ npm i -> To install project dependencies
$ npm run serve -> To run project
- Open your favorite navitor and go to http://localhost:5173/