Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlotacb/event-organizator
👩🏻💻 Master thesis project
https://github.com/carlotacb/event-organizator
Last synced: 12 days ago
JSON representation
👩🏻💻 Master thesis project
- Host: GitHub
- URL: https://github.com/carlotacb/event-organizator
- Owner: carlotacb
- License: mit
- Created: 2022-10-12T09:14:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T22:15:57.000Z (2 months ago)
- Last Synced: 2024-11-12T23:21:30.092Z (2 months ago)
- Language: Python
- Homepage: https://organizator.vercel.app
- Size: 76.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event organizator
> 👩🏻💻 This project belongs to the development of my master thesis
## Abstract of the [project's final report](https://upcommons.upc.edu/handle/2117/408561)
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.