The website is hosted on Heroku here.
CRUD functionalities are supported. Create a task by pressing the "add task" button. Update tasks' statuses ("new", "in progress" and "done"), deadlines, names etc by pressing the pencil icon. Delete by pressing the garbage icon.
cd frontend
yarn install
yarn serve
The app has a serverless-architecture with a RESTful API - AWS API Gateway.
The web server and backend/database are seperate applications.
- Vue, Vuex
- Typescript.
- NodeJS
- AWS Lambda Functions
- DynamoDB
- Typescript
- Vuex
- Application hosted on Heroku
- Validation for create and updates to tasks