Skip to content

Project developed during the course Sistemas de Informação @ FEUP

Notifications You must be signed in to change notification settings

raulviana/feup-sinf

 
 

Repository files navigation

FEUP SINF

Project developed during the course Information Systems @ FEUP

How to Run this project

Running everything in development mode

Navigate to the project's root folder (where the docker-compose.yml file is) and run the following command:

docker-compose up

This will build (if not already) the docker images and run them. More information can be found in each project folder.

Troubleshooting

A script for cleaning ALL docker images can be found on this project's root folder (make sure you're not running any important containers, cause they will be stopped and their images will be deleted). Use it if docker is not responding to your changes or for some other reason.

sh clean_docker.sh
# OR
./clean_docker.sh

If for some reason docker is still not being cooperative, feel free to give up and use your local machine. Instructions on that can be found in each of the project's folders.

Resources

Team

About

Project developed during the course Sistemas de Informação @ FEUP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.2%
  • JavaScript 43.2%
  • Other 0.6%