GitHunt
AL

alvarofpp/ufrn-ppgti1009-messaging-final-project

Final project of Distributed Programming (PPGTI1009)

PPGTI1009 - Final project

Final project of Distributed Programming (PPGTI1009) course of Master's degree in Information Technology
from the Federal University of Rio Grande do Norte (UFRN), with
Frederico Araujo Da Silva Lopes as professor.

Group:

How to run

First you need to up the RabbitMQ broker and Postgres database:

make up-base

You can now up the restaurant's front-end and back-end apps:

make up-restaurant

After up the containers, you need to init the restaurant database:

make restaurant-db-reset

You can now test the restaurant API by going to http://localhost:8000/docs.

Languages

Python94.1%Makefile2.6%Shell1.3%Mako1.2%Dockerfile0.9%

Contributors

Created April 3, 2022
Updated April 30, 2024
alvarofpp/ufrn-ppgti1009-messaging-final-project | GitHunt