Skip to content

sadihakan/to-do-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoGo

Simple Todo Api (using chi and sqlx)

Getting Started

Requirements

  • Go >= 1.11.x
  • PostgreSQL

Installing

  • How to install packages
go mod tidy
  • Create your .env file
DB_HOST=127.0.0.1
DB_PORT=9200
DB_NAME=Legendary
DB_USER=TheSpecial
DB_PASS=EverythingIsAwesome

Executing program

  • How to run the program
go run ./cmd

Authors

Contributors names and contact info

ex. Sadi Hakan
ex. @HakanKosanoglu

License

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

About

Simple Todo app with GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages