Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 696 Bytes

CRUD TODO List

This is just a simple application to practice my Node.JS skills The exercise comes from: https://roadmap.sh/full-stack

Exercise text: "A simple todo list application for the CLI with the following options: --new to add a new todo item --list [all|pending|done] to list the todo items --done [id] to update a todo item --delete [id] to delete a todo item --help to list all the available options --version to print the version of the application"

Based on Github API: https://docs.github.com/en/rest/search#search-repositories

Example respond:


development.env patern

USER=user_name
HOST=host_name
DATABASE=database_name
PASSWORD=password
PORT=port_value