Skip to content

Task Manager API v0.1.0

Latest

Choose a tag to compare

@Xavi1 Xavi1 released this 27 Mar 08:41
· 1 commit to main since this release
296313a

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