Agility is an agile skill mapping web application for teams.
Need postgreSQL database named agility-dev
backend will run on localhost 4000
frontend will run on localhost 3000
cd Agility/backend
npm install
npm start
cd Agility/agility
npm install
npm start
An overview of the agile skill mapping methodology
Where a user can see what skills they have been rated on (by themselves and others) as well as add new ratings
By navigating to a teammates page you can see their ratings and leave ratings for them
You can search for skills in the catalog and see their info
The edit button will only appear if you are an authorized team lead
The create/edit team button will only appear if you are an authorized team lead
You can add and remove members as well as skills the team is looking for
You can see all the skills the team has based on all the skills the members of that team has rating for
There's also a list of skills the team wants
And a list of members currently on the team
The nav bar on the left expands for clarity
The user can log out / login / or signup for an account
Christa Sparks – christa.sparks.k@gmail.com