simple mean app using most common http calls
/home
/tasks
- 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
- to start run
ng build
in terminal, wait for resolve and then typenode 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) |
---|---|---|---|---|---|---|---|