Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 464 Bytes

Object-Todo

This a Todo API that utilizes a JavaScript object is a temporary form of storage.

Pre-requisites

  • install Nodejs version v18.16.1

Getting Started

  • clone the repository

    git clone <https://github.com/HilaryEmmanuel/Object-Todo.git>

  • Install dependencies

    cd <ObjectTodo> npm install

  • Build and run the project

    npm start

Technology used

  • Nodejs
  • Express js