Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googtech/task
✅ It's a mini todo list which is based on vue, gin framework, and sqlite3 database. no complicated configurations and run it by one command !
https://github.com/googtech/task
file-management gin golang gopkg gorm note-managment sqlite3 todo-management vuejs
Last synced: 18 days ago
JSON representation
✅ It's a mini todo list which is based on vue, gin framework, and sqlite3 database. no complicated configurations and run it by one command !
- Host: GitHub
- URL: https://github.com/googtech/task
- Owner: GoogTech
- License: mit
- Created: 2020-11-13T12:06:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T09:15:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T18:26:45.791Z (about 1 month ago)
- Topics: file-management, gin, golang, gopkg, gorm, note-managment, sqlite3, todo-management, vuejs
- Language: Go
- Homepage:
- Size: 10.1 MB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task.go
> It's a mini todo list which is based on vue, gin framework, and sqlite3 database. no complicated configurations and run it by one command !
* `go` v1.14.5
* `vue` v2.0
* `gin` v1.6.3
* ~`docker` v2.5.0.1~
* `gorm` v1.20.1
* `gopkg` v1.62.0
* `sqlite3` v3.33.0## How To Run
### build
```shell script
go build
```### run
```shell script
# Mac / Unix
./task conf/config.ini# Windows
task.exe conf/config.ini
```finally, open your browser and input the url : *http://127.0.0.1:9000/*, please modify the content of config.ini file if you want to custom the configuration information bro.