Skip to content
/ todo-app Public

Udemy:【Go入門】Golang基礎入門 + 各種ライブラリ + 簡単なTodoWebアプリケーション開発(Go言語)

Notifications You must be signed in to change notification settings

kkato/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-app

This is a simple TODO application created as part of the Udemy course【Go入門】Golang基礎入門 + 各種ライブラリ + 簡単なTodoWebアプリケーション開発(Go言語). For more details, please refer to the course page.

Features

  • Add, view, and delete tasks
  • Login functionality
  • Uses standard Go libraries

How to Use

  1. Clone the repository:

    git clone https://github.com/kkato/todo_app.git
    cd todo_app
  2. Install dependencies:

    go mod tidy
  3. Run the application:

    go run main.go
  4. Access the following URL in your browser:

    http://localhost:8080
    

Libraries Used

  • net/http: Used to create the web server
  • Other standard Go libraries

About

Udemy:【Go入門】Golang基礎入門 + 各種ライブラリ + 簡単なTodoWebアプリケーション開発(Go言語)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages