https://github.com/carson2222/todo-list-crud
https://github.com/carson2222/todo-list-crud
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/carson2222/todo-list-crud
- Owner: carson2222
- Created: 2024-01-25T16:22:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:44:12.000Z (over 2 years ago)
- Last Synced: 2024-02-02T21:47:12.268Z (over 2 years ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```