-
Notifications
You must be signed in to change notification settings - Fork 1
Architectural Model
Key Functional Components:
Logging in: User enters credentials and system authenticates the validity of the user.
Create Account: User creates account and the backend registers the information.
Confirm Student: The employer registers the answer. Which is then sent to the persistence layer and saved there for all other viewpoints to see.
Create Tax Form: Employer creates and/or updates a tax form, which is then sent to the persistence layer through the backend.
How to run Frontend?
- Once we push to git, the frontend will be automatically depoloyed using Travis
Frontend link: https://coop-frontend-g8.herokuapp.com/
How deploy run Backend?
- Once we push to git, the backend will be automatically depoloyed using Travis
Trying functionalities:
-
Before we get into the website we can follow these steps to test functionality:
-
Creating coopPositions for Google in Backend:
-
- https://coop-backend-g8.herokuapp.com/CoopPosition/100?PositionName=Hardware Intern&CompanyName=Google&startDate=2020-12-12&endDate=2020-12-15
*Creating Student in Backend:
-
Assigning Student to Coop Position in backend:
-
Using Frontend we can create and employer with Company Google
-
Now we can see the Coop Position created in the Coop Position button. Also once we select the coop position, it will display the ID of the student associated with that coop position.