CEN4010 - Group XIV
- Any Change to the SQL File of the Database containing the DML and DDL needs to be notify it to the team.
- DO NOT use the branches "Testing" and "Stage".
- Any Commit should have a summary and description.
- If you need to move or edit someonelse code you shuuld leave a comment in the file when making the changes.
- Every Team member is responsable for checking the Issues tab of the project.
- Client Folder is for Front-End and backend folder is for Back-End.
Language | Commands |
---|---|
FrontEnd | "npm start" |
BackEnd | "npm start" |
If FrontEnd or BackEnd is not working run in the appopiate directory
/client
/backend
npm install
Client:
- npm Install Axios
- npm install jsonwebtoken
- npm install jwt-decode
Backend:
- npm install mysql2