/Tasks_mean-app

Simple mean app for task list

Primary LanguageTypeScript

Task list

simple mean app using most common http calls

Routes

/home /tasks

Functionalities

  • add task with or without description
  • update task or description of it
  • remove task
  • after each request you will have response of success/error emoji
  • all functionalities are displayed instantly on client side

Start

  • to start run ng build in terminal, wait for resolve and then type node server.js
  • also you have to make your own db in mongoDB called tests
home tasks tasks -add new task tasks- post(method) tasks- update existing task task- put(method) tasks- remove existing task tasks- remove(method)
home tasks addTask post updateTask put removeTask remove