Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TODIST

A minimal TODO List Restfull Api server built with go 🦫

Project Structure

todist/
β”œβ”€β”€ go.mod          # Go module definition
β”œβ”€β”€ main.go         # Main application entry point
└── pkg/
    └── todist/     # Main package
        β”œβ”€β”€ todist.go      # Package implementation
        └── todist_test.go # Package tests

Getting Started

Prerequisites

  • Go 1.24 or later

Installation

  1. Clone the repository:
git clone https://github.com/codingdestro/todist.git
cd todist
  1. Install dependencies:
go mod tidy

Running the Application

To run the application:

go run main.go

Running Tests

To run all tests:

go test ./pkg/todist/...

Development

The project follows standard Go project layout with:

  • Main application code in main.go
  • Package code in pkg/todist/
  • Tests in pkg/todist/todist_test.go

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A minimal todo list Restful api built with GO 🦫

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages