GithubHelp home page GithubHelp logo

mkwiatek770 / cinema_assistant Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 13 KB

This app will manages all things related with movies field. User can search movies buy tickets and check stats of cinemas.

Python 63.78% HTML 36.22%

cinema_assistant's Introduction

Cinema_Assistant

This app will manages all things related with movies field. User can search movies buy tickets and check stats of cinemas.

Technology Stack:

  • Python
  • Flask
  • PostgreSQL

Instalation

  • Clone repository on your local computer
  • create virtualenv virtualenv -p python3 venv
  • install all required packages pip install -r requirements.txt
  • If you don't have psql install it by typing: apt-get install psql
  • Restore backup of db, go into database direcotry and write: psql -U postgres -f c_assistant.sql -h 127.0.0.1 cinema_assistant
  • To run flask app go into: app_dir directory and write: python3 run.py

Usage

This project has many features:

  • adding a new movie into database
  • buying a ticket to some movie
  • generate pdf report of cinema stats like: income, total selled tickets etc.
  • gerate xls document with many userfull informations like income, average selled tickets etc.
  • See repertoire of cinemas with many informations like: price, total number of seats, unocuppated seats, required minumum age, title ..

cinema_assistant's People

Contributors

mkwiatek770 avatar

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.