We are a generation characterized by procrastination. 🥱 One solution and trend to this, commonly used by students and not only, are the study cafes. There, a lot of reading/work is done, which under other circumstances at home would not be completed, or at least not at this level. This is something you may take from us as granted, considering from our experience as well as from the scientific articles mentioned. Even the current README.md is being written in "Tag", a well-known study cafe in Patras.
However, a problem that arises is that not all of our friends are comfortable with the study cafes and we end up going solo, if we even go, which is not that efficient. And that's something normal and perfectly understandable. Either because they can't focus together with so many people, or because they arrange with groups that have joint labs, or because in the end the hour themselves don't add up.
So first as students and then as computer engineers, we came up with Eureka, the first Greek study buddy finder app. 🫂✒️
.
|--.vscode # Nessasary Visual Studio Code directory.
|
|--AdminView/admin # All the code for the Admin's View is here to check it out and play with it.
|
|--Backend # All the backend code is here to check it out and play with it.
|
|--Code/eureka # All the code for the Client's View is here to check it out and play with it.
|
|--Phases # Documentation Files For each Phase.
| |--Phase 1
| |--Phase 2
| |--Phase 3
| |--Phase 4
|
|--ShopView/s # All the code for the Shop's View is here to check it out and play with it.
|
|-LICENSE # The Project's License.
|-README.md --> This File.
Please follow our step guide for the installation from the file "project-code-v1.0.pdf". file path: Phases/Phase 4/Project-code-v1.0.pdf
- In order to clone our project you must first check if you have downloaded Git in your computer.
- If you haven't please do it and then continue with the next steps.
- Clone the repository (https://github.com/NickMavrias/TL.git), then go to File -> New -> Project from version control -> Git.
- Paste the link and click "Test" , if the connection is successful click "Clone" otherwise check again your Git installation.
Eureka was created as a University Project for the Department of Computer Engineering & Informatics. As such, it is not a fully functional software product, yet 🥵, and it's not meant for commercial use. The main objective of the undergraduate course was familiarising ourselves with agile workflows and not the functionality of the app which however we have implementated to a significant degree.
