alvarofpp / ufrn-ppgti1009-messaging-final-project

Final project of Distributed Programming (PPGTI1009)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Final project of Distributed Programming (PPGTI1009)


Languages

Language:Python 94.1%Language:Makefile 2.6%Language:Shell 1.3%Language:Mako 1.2%Language:Dockerfile 0.9%