Task Manager API v1.0.0 π
π First stable release of the Task Manager API!
This release includes a simple but powerful API for managing tasks, built with Node.js and Express.js.
πΉ Features
β
Create a task β Add new tasks with a title
π Get all tasks β Retrieve a list of all tasks
βοΈ Update a task β Mark tasks as completed
β Delete a task β Remove tasks from the list
π Installation & Usage
1οΈβ£ Clone the repository:
sh
Copy
Edit
git clone https://github.com/Xavi1/task-manager-api.git
cd task-manager-api
2οΈβ£ Install dependencies:
sh
Copy
Edit
npm install
3οΈβ£ Start the server:
sh
Copy
Edit
node index.js
4οΈβ£ Use API calls to manage tasks!
π Future Improvements
πΉ Add user authentication π
πΉ Implement a database (MongoDB, PostgreSQL, etc.) π’
πΉ Improve error handling and validation π¦
π₯ Download & Contribute
Check out the full source code and contribute on GitHub! π
π View the release
Let me know if you want anything added! π
Full Changelog: https://github.com/Xavi1/task-manager-api/commits/v0.1.0