-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the TeamUp wiki!
Here you will find all necessary documentation (alongside our ReadMe) to further understand and develop our project!
As of the end of spring 2023 semester, this is where the project stands
-
All remaining tasks that our team originally thought of as a stretch goal can be found in the kanban board under backlog
-
There are two main branches that the current team needs to worry about
- master - for all local code
- deployment-master - for all deployed code
- you will notice slight differences between the routing and proxyies set for the 2, thus why there are currently two branches, ideally, you will on develop on the deployed version, but until there is a pipeline that will be difficult
-
Currently the master branch code is using a MongoDB URI pointing to atlas, but upon the completion of the spring 2023 semester that URI is not longer active, thus the first thing the team should do is point the local development to the production db on the UTD server or their own personal databases to be used for test cases.
-
The deployed version needs to be cleaned up prior to further development, everything works, but it is no way optimal
- Frontend - explains how to run the frontend locally
- Server - explains how to run the server locally
- API Documentation - explains the API routes and testing
- Deployment - explains how to deploy
- SSO - Explains the process behind the development of SSO and how to manage it further
- Database - Explains how to access and manage the production database
Date - 04/2023