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
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.
- Install APACHE or XAMPP with MySQL and PHP
https://www.apachefriends.org/es/index.html
- Execute db sql script
media/data/GestionMuelles.sql
in MySQL Database
-
Clone the repo
git clone https://github.com/matbmoser/gestor-muelles-feedex.git
-
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>
- Open localhost and register into the app.
For more examples, please refer to the Documentation
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:
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)
Distributed under the MIT License. See LICENSE.md
for more information.
Mathias Brunkow Moser - matbmoser@gmail.com
Project Link: https://github.com/matbmoser/dock-management-system
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.