Desenho2018-1 / pan-pan

Projeto Pan Pan da disciplina de Arquitetura e Desenho de Software - FGA, UnB 2018.1
MIT License
3 stars 0 forks source link
academic-project java manager software-architecture software-engineering spring

Pan-Pan

About the Project

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.

About the Team

Name E-mail 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

How To Contribute

_please see the instructions in CODE_OFCONDUCT.md file

Development Enviroment

  1. Ensure you have Docker CE installed See

  2. Clone this repo by running the command - git clone https://github.com/Desenho2018-1/pan-pan.git

  3. Navigate to the directory where the repo is cloned to.

  4. 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

Other Useful commands

$ 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!