A productivity based app based on trello. This app was made as the final project in the CodeSchool web development boot camp.
Our stack for the frontend is Vuedify and Typescript.
Our stack for the backend is Typescript, Nodejs, Expressjs, and Mongodb.
compile and run frontend and backend
will build and serve the frontend
will build and start the backend
will build the docker file for the backend
`docker run -p 8081:8081 productivity-app-backend1`