Skip to content

kobeisgood/DAT076Project

Repository files navigation

DAT076 project CashIt

Team members

JaoK - Joakim Ohlsson
kobeisgood - Theo Khademi
danielkarlkvist - Daniel Karlkvist
Macishh - Marcus Axelsson
robinrepowecklauf - Robin Repo Wecklauf

File organization

The final project can be found in the folder "frontend-react", the other folders are previous labs and drafts.

Frontend

DAT076Project/frontend-react/src/main/webapp/ - Contains the react frontend.
DAT076Project/frontend-react/src/main/webapp/src/index.js - The file that renders the correct page.
DAT076Project/frontend-react/src/main/webapp/src/pages/ - Contains all the pages.
DAT076Project/frontend-react/src/main/webapp/src/components/ - Contains all the components.
DAT076Project/frontend-react/src/main/webapp/src/css/ - Contains all the css files.

Backend

DAT076Project/frontend-react/src/main/java/com/ejwa/frontend/ - Contains the backend.
DAT076Project/frontend-react/src/main/java/com/ejwa/frontend/model/User.java - This file is used store a session for a user.
DAT076Project/frontend-react/src/main/java/com/ejwa/frontend/model/dao/ - Contains all the DAO files.
DAT076Project/frontend-react/src/main/java/com/ejwa/frontend/model/entity/ - Contains all the entity files.
DAT076Project/frontend-react/src/main/java/com/ejwa/frontend/resources/ - Contains all the APIs.
DAT076Project/frontend-react/src/test/java/AccountDAOTest.java - Contains all the tests.

The report

DAT076Project/Report_DAT076.pdf - The report can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors