Welcome to the MFront-StartupsAndUsers
frontend repository. This repository hosts a microfrontend architecture that integrates several microfrontends deployed separately. Each of these microfrontends corresponds to a specific feature or functionality, all of which are part of the bigger MFront-StartupsAndUsers
system.
Each microfrontend is deployed on RENDER on its unique URL as shown below:
- Add Team Member
- Change Password
- Create Startup
- List Users From Startups
- Login
- Logout
- Register User
- User
These microfrontends are designed to work together to provide a complete user experience. You can use these links to test individual microfrontends.
The combined PR of all these microfrontends can be found deployed at this URL: Frontend Root PR
In the case that the backend is not responding, you can manually trigger a redeploy using the following deploy hook: Deploy Hook
-
vanillaReact: This branch hosts the vanilla React version of the project. The deployed version can be found here.
-
authenticationGoogle: This branch contains a work-in-progress implementation of Google sign-in.