View on Github

PRE API

File Based DB

A very simple API prototype file based database developed using Nodejs, ExpressJS, its easy to use to any type of project

GET http://localhost:3030/todos
  {
    "todos": [
      {
        "id": "eBPNbH6TOc40qu6DWcRv",
        "todo": "Buy a car",
        "isCompleted": true,
        "created_at": "2022-12-07T19:10:39.106Z"
      }
    ],
    "message": "Todo fetched successfully!"
    }
    
Femail athlete squinting towards the camera.