Taskify is a powerful and user-friendly to-do app designed to help you stay organized and on top of your tasks. With Taskify, you can easily create new tasks, edit them, and delete them as needed. You can also retrieve your tasks by either getting all tasks at once or getting a specific task by its unique ID.
The app allows you to keep track of all your tasks in one place, ensuring that nothing slips through the cracks. You can set deadlines, add notes, and even assign tasks to different categories or projects to keep everything organized and easy to find.
Access the documentation link at: API Documentation Link
To install the application, follow these steps:
Clone the repository: git clone https://github.com/revou-fsse-1/w10-my-web-api-aldwiputra.git
Install the dependencies: npm install
To use the application, run the following command:
- Install json-server globally:
npm install -g json-server
- Run the json-server:
json-server db.json --watch
- Run Live Server on your IDE:
> Live Server: Open with Live Server