You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample APIs are created using NodeJS, ExpressJS , SQLite where the user can perform various operations on the database like GET(read) , POST(create) , PUT(update) and delete. These APIS can retrieve various queries using path parameters and query parameters.
TO BE UPDATED A simple REST API to support and managing todo list. Through this API, developers can code their applications in the tech stack of their choice and use this API to support the backend of the application. 🔥
Sample APIs are created using NodeJS, ExpressJS , SQLite where the user can perform various operations on the database using http methods like GET(read) , POST(create) , PUT(update) and delete. These APIS can retrieve various queries using path parameters and query parameters.
A robust and scalable backend for the Todo mobile app, built with Node.js, Express, and Prisma ORM. Handles user authentication and complete CRUD operations for todos using a SQL database (PostgreSQL). Follows RESTful API principles and JWT-based authentication.
Hi, I have made a simple app using React JS, where I have implemented simple API related work, fetched data from To-Do Open API and differentiated them according to their state, shown ratings (using React-Rating), finished and unfinished task and their details separately using React Router DOM. Also shown their information through bar chart usin…
The User Todo API is a backend application built with Node.js and Express.js, providing user authentication, role-based authorization, and to-do management functionalities. It uses JWT in HTTP-only cookies for secure authentication and supports features like user registration, login, and managing personal or admin-level tasks.