/upteam

Primary LanguageTypeScript

upteam

Simple web-application to help track the interests of users related to programming languages. Allows managers to query users of their organization to see where skills are distributed.

run

Development requires docker and docker-compose. To develop, checkout and from root project directory run

  • docker-compose up

Docker-compose is configured to allow live reload editing for frontend. Changes to backend files can quickly be propogated with

  • docker-compose restart backend

Stack is MEAN.