/MAC0350-PROJECT

Template de projeto para a disciplina MAC0350 - Introdução ao Desenvolvimento de Sistemas do IME-USP, ministrada pelo Prof. Dr. João Eduardo Ferreira

Primary LanguagePLpgSQLMIT LicenseMIT

MAC0350-PROJECT

Template for the project developed during the course MAC0350 (Introduction to Systems Development) at IME-USP.

This repository is a monorepo and requires docker and docker-compose to run the services.

In order to setup the back-end services, open a shell and run:

cd server
docker-compose up

In order to setup the front-end services, open another shell and run:

cd client
docker-compose up