https://github.com/alensaavedra/console-app
Console application
https://github.com/alensaavedra/console-app
golang powershell
Last synced: 3 months ago
JSON representation
Console application
- Host: GitHub
- URL: https://github.com/alensaavedra/console-app
- Owner: AlenSaavedra
- Created: 2025-01-16T19:11:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-18T23:30:01.000Z (about 1 year ago)
- Last Synced: 2025-03-13T08:29:54.471Z (about 1 year ago)
- Topics: golang, powershell
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO - CONSOLE CRUD
This is a simple Cli application using Go that stores data in a JSON file, and do some basic operations like create, read, update and delete.
# Installation
```
git clone https://github.com/AlenSaavedra/console-app
cd console-app
go install