Giter Club home page Giter Club logo

airlines-mgr-sys's Introduction

Made by Styczynsky Digital Systems

Screenshot of webpage

๐Ÿ“œ โœˆ๏ธ The Airlines Manager System

The purpose of this project completed as an assignment for 3W subject was to design Django system for managing airlines data.

Requirements

This projects requires bash shell (or at least some kind of emulation) and Python 3.

Note: If you want to use real-time server status updates you must have Redis database installed
and available via redis-server command.

Setup

The airm performs auto-configuration and then run Django server at localhost:8000. To begin just type the following command into the bash shell:


./airm up

Please enter all deails if prompted by the airm.

Then wait for completion and navigate to localhost:8000 to see the system's main page.

Please note: in airm file you must specify python executable you are using (if it's not default python or python3)

Advanced setup

You can manually configure you virtual environment or use your global one: Execute the following command to install all requirements:

  pip install -r requirements.txt

โœˆ๏ธ airm commands

Generator script generate supports the following commands:

  • init

       Automatically create virtual environment for execution
       Also make and migrate with Django.
       Skip if it actually exists.
    
  • reset

       Automatically create virtual environment for execution
       Override any previous one.
    
  • server (alias: dev)

       Run Django devserver at localhost:8000 with redis (if installed) and background task runner.
    
  • up

       Alias for executing setup and then server command
    

Features

Screenshot of features

  • Sortable, filterable tables with all useful data
  • Ability to add and remove users from flights
  • Data generator to provide dummy names for the system
  • Real-time server notification via Django Channels

Screenshot of webpage

airlines-mgr-sys's People

Contributors

styczynski avatar

Watchers

 avatar  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.