Pan Pan! is an web application developed by Software Engineering students of Universidade de Brasilia - UnB, that aims to aid the bands management so that they upgrade their performance.
Name | GitHub | |
---|---|---|
Augusto Vilarins | augusto.vilarins@gmail.com | @augustovilarins |
Álax de Carvalho Alves | alaxallves@gmail.com | @alaxalves |
Fabíola Fleury | fabiola.mfleury@gmail.com | @fabiolamfleury |
Hugo Neves | hugonvsc@gmail.com | @hugonxc |
Josué Nascimento | josuetk63@gmail.com | @josutk |
Matheus Joranhezon | mjoranhezon@gmail.com | @Joranhezon |
Pablo Diego | pablodiegoss@hotmail.com | @pablodiegoss |
Rodrigo Oliveira | rodrigo.redcode@gmail.com | @rodrigocam |
Roger Lenke | rogerlenke@gmail.com | @Rdlenke |
_please see the instructions in CODE_OFCONDUCT.md file
Ensure you have Docker CE installed See
Clone this repo by running the command - git clone https://github.com/Desenho2018-1/pan-pan.git
Navigate to the directory where the repo is cloned to.
Execute the following command:
$ make run
NOTE: If you haven't followed the post-installation steps for docker you need to use sudo
along with the make
instructions, such as:
$ sudo make run
$ make build
$ make start-db
$ make start-back
$ make start-front
$ make drop
$ make front-install
$ make back test
$ make front test
$ make rm-network
$ make rm-volume
$ make ps
$ make list
For now, the containers are taking too much time to up on the first time (around 15 minutes), so don't worry!
localhost:8080
localhost:3000