An open API service indexing awesome lists of open source software.

https://github.com/carson2222/todo-list-crud


https://github.com/carson2222/todo-list-crud

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### 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
```