Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevsiraki/tasklist
MEAN stack task management application.
https://github.com/kevsiraki/tasklist
Last synced: 11 days ago
JSON representation
MEAN stack task management application.
- Host: GitHub
- URL: https://github.com/kevsiraki/tasklist
- Owner: kevsiraki
- Created: 2022-03-12T04:02:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T05:04:14.000Z (over 2 years ago)
- Last Synced: 2024-11-17T08:34:48.272Z (2 months ago)
- Language: TypeScript
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taskList
MEAN stack task management application.The backend is written in Express.js and is essentially just a REST API. The front end is written in modern Angular and basically has a service for connection to the API and the components subscribe to the API endpoints depending on which HTTP method is used.