Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Dock Management System developed for the class of IT Project Management in the Francisco de Vitoria University

License

Notifications You must be signed in to change notification settings

matbmoser/dock-management-system

Repository files navigation

Contributors Forks Issues MIT License LinkedIn


Logo

FeedEx Dock Management System

Project made for the class of IT Project Management, where a functional dock management web system was developed.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

Tranporter View

Product Name Screen Shot

Manager View

Product Name Screen Shot

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Install APACHE or XAMPP with MySQL and PHP
    https://www.apachefriends.org/es/index.html
    
    
  2. Execute db sql script media/data/GestionMuelles.sql in MySQL Database

Installation

  1. Clone the repo

    git clone https://github.com/matbmoser/gestor-muelles-feedex.git
  2. Config database setup in assets/mod/db.config.php

    return array (
     "host"    => "localhost or <hostname>",
     "user"    => "<username>",
     "pass"    => "<password>",
     "name"    => "sgm", <database name> using sql script creates "sgm" database
     "port"    => <port>
    

(back to top)

Usage

  1. Open localhost and register into the app.

For more examples, please refer to the Documentation

(back to top)

Project Management

This project was managed following the ESA Software Engineering Standards. All the documentation built throught the project is uploaded to the /docs.

There you will find all the deliverables, which follow the guidelines stablished in the European Space Agency Standard Lifecycle:

image Reference [Figure 4.1]: http://microelectronics.esa.int/vhdl/pss/PSS-05-0.pdf#page=93

NOTE: All the documentation is in spanish since the project was for a class in a spanish University (Universidad Francisco de Vitoria)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Mathias Brunkow Moser - matbmoser@gmail.com

Project Link: https://github.com/matbmoser/dock-management-system

(back to top)

Clarifications

The FeedEx logo and name were based in the company FedEx. As students one of our requirements for the project was to create a fake name and logo based in a real logistic company, in order to simulate and aproximate to the real necesity of a Dock Management System.

There was no intention of defaming the company or to copy its identity in order to speak in its name, and all the project was developed within educational environment, so there was never a intention of selling the product or sharing with third-parties.