/team-manager-front

Server for managing the internal team

Primary LanguageTypeScript

Team Manager Frontend

Build Status

Frontend Webapp for managing Waterloop team members

Checkout the Backend Repo here

Pictures

Adding a user

User control panel

Team control panel

Steps to run the project

1. Install Dependences

For this project we are using yarn.

If you have yarn, just run: yarn

If you don't you can run npm install -g yarn to get it. Sudo might be required on mac/linux

2. Make sure you are running the backend server

Go to the repo here for instructions

3. Run the project!

You can either:

  • Run the project on port 9000 yarn start
  • Run the project on port 80 yarn start:80

This is so that you can test Google Authentication which needs to redirect to a non-localhost address. So when you add localhost.com to your host file, you can run the webpack dev server on port 80 and access it as localhost.com.