GithubHelp home page GithubHelp logo

squad002 / gooutsafe-service Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.66 MB

Restaurant reservation platform with user tracking capabilities for Covid-19.

License: MIT License

Dockerfile 0.38% Shell 0.15% Python 74.35% Mako 0.24% HTML 24.89%
unipi flask covid-19 microservices

gooutsafe-service's Introduction

Build Status Coverage Status

What is this?

This is an attempt to realize an online restaurant reservation platform with user tracking capabilities for Covid-19 purposes.

It was created by a team of 5 people in 2020, for the exam of Advanced Software Engineering at University of Pisa.

The idea was to create the system as a Monolith architecture and then split it in Microservices, in order to get an overview and understand all the facets and difficulties of the whole process.

User stories

Architecture

Getting started

Docker-compose

Create a .env.docker file with the following environment variables: SECRET_KEY=your_secret_key1 WTF_CSRF_SECRET_KEY=your_secret_key2

[email protected]
MAIL_PASSWORD=yourpassword
MAIL_SERVER=smtp.server.com 

REDIS_URL=redis://redis:6379/1

CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/0

MYSQL_ROOT_PASSWORD=example
MYSQL_USER=gooutsafe
MYSQL_PASSWORD=my-secret-pw
MYSQL_DATABASE=gooutsafe
DATABASE_URI=mysql+pymysql://gooutsafe:my-secret-pw@database/gooutsafe

URL_API_USER = "http://api-gateway:5000/"
URL_API_BOOKING = "http://api-gateway:5000/"
URL_API_RESTAURANT = "http://api-gateway:5000/"
URL_API_CELERY = "http://api-gateway:5000/"
ELASTICSEARCH_URL = "http://elastic-search:9200/"

To run

docker-compose up

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.