This repository contains the entire codebase of the system "Cicerone", designed and developed by a part of the team FSC for auniversity exam.
This project has been created as part of an exam.
- University
- University of Bari
- Academic year
- 2018/2019
- Year and semester
- Second year, second semester
- Exam
- Software Engineering
Cicerone was created as an exam's project by the group F.S.C. — Five Students of Computer Science, made of:
The exam for which this project was created is the one of Software Engineering (in Italian: "Ingegneria del Software") of the second year of the Degree Course in Computer Science and Digital Communication of the University of Bari "Aldo Moro", held by Prof. Danilo Caivano.
The entire system was built using Java (for Android), PHP and the DBMS MySQL.
In this repository there are:
- The system source code
- The online documentation (Android | Server)
- The static "brochure" website (go to the website)
Visit the subsection 'the structure of this repository' to get more information on the organization of this repository and on the files that are in it.
This is the structure of the repository.
Cicerone
├── Android (The android client-app source code)
│ └── [...] (The entire Android Studio project structure)
├── docs (The static website)
│ ├── Android (The online documentation for the Android app's codebase)
│ └── Server (The online documentation for the server's codebase)
└── Server (The server back-end's source code)
└── [...] (The entire project structure)
This project is released under the Apache 2.0 License (see the LICENSE file for more information). So, any use of the source code requires a copyright notice containing the source of the code and its original authors. To show the original authors of the code a notation like F.S.C. (Alessandro Annese, Andrea Esposito, Graziano Montanaro, Regina Zaccaria) is preferred (it can be used another notation where are shown both the group name and its components).
Copyright 2019 FSC - Five Students of Computer Science
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
