Skip to content

andrefreitas/feup-cmov-meoarena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEUP CMOV Meoarena

This is an academic project for the Mobile Computation Course at FEUP. It is an application to sell and validate tickets through NFC. They were developed in Android and make requests to a backend developed in Python.

This repository have three projects, described in the next sections.

Backend

This is the API developed with Python3 and MongoDB. To use it run:

pip install pymongo bottle
python main.py

Customer

Android application for the end-customer to be able to buy tickets and manage them. This is an Android Studio project.

Terminal

Android application for validating tickets in a Shop. This is an Android Studio project.

License

Copyright (c) 2015 Faculty of Engineering of the University of Porto

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is an academic project for the Mobile Computation Course at FEUP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published