Skip to content

Latest commit

Β 

History

History
18 lines (9 loc) Β· 1.03 KB

README.md

File metadata and controls

18 lines (9 loc) Β· 1.03 KB

Event organizator

πŸ‘©πŸ»β€πŸ’» This project belongs to the development of my master thesis

Abstract of the project's final report

During my university years I was lucky to discover the hackathons world and ba part of an amazing team (Hackers@UPC) that organize every year the biggest student hackathon in Europe, HackUPC. Beeing part of these for so many years made me think that there is any software strong enought that helps us to manage everything and arround this, the idea of the project apears: How can we help to manage better a hackahton?

As a master thesis, EventOrganizator is presented, a mobile application (with also a web version) as a helper to manage events, especially hackathons.

Frontend

The frontend of the project (organizator folder) is developed in react native, styling with styled-components

Backend

The backend of the project (organizator-api folder) is developed in Django, using a docker container to develop better and with a postgres database.