Coder Social home page Coder Social logo

deno-todoapi's People

Contributors

dorelljames avatar

Watchers

 avatar  avatar

deno-todoapi's Issues

REST API

# Deno Todo REST API
This is a basic REST API for todos. Again? Yeah, the infamous todos for everything. Why not? :D
## Motivation


This issue was generated by todo based on a Todo comment in 24de3d4. It's been assigned to @dorelljames because they committed the code.

);

console.log("deleteTodoById -> todo", todo);
} catch (err) {
return [err, null];
}
return [null, todo];


This issue was generated by todo based on a todo comment in 5c52443. It's been assigned to @dorelljames because they committed the code.

= Router();

const todo = Router();
todo.get("/", async (req, res, next) => {
const [err, todos] = await getAllTodos();
if (err) {
return next(err);


This issue was generated by todo based on a todo comment in 5c52443. It's been assigned to @dorelljames because they committed the code.

BY ID

deno-todoapi/server.http

Lines 16 to 21 in 5c52443

### GET TODO BY ID
GET http://localhost:3000/todos/5edc53db009ca88d009e02e9
Content-Type: application/json
### UPDATE TODO BY ID


This issue was generated by todo based on a TODO comment in 5c52443. It's been assigned to @dorelljames because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.