Task Manager web application. Backend API with SAILS. Frontend Angular & typescript.
To start the applicaiton Navigate to server folder trough terminal and type npm install followed by npm start. Backend server will listen on port 1337 or in other cases read SAILS documentation for more information. Navigate to client/FE/task-manager folder trough terminal and type npm install followed by ng serve.
Application provides business logic for creating, editing, deleting, completing Tasks; Creating lists; Grouping tasks in multiple lists; Each Task can have different priority;