Skip to content

miguelfuentesgo/ToDoListBackendGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BACKEND TO DO APP

This backend serves the managed tasks from FRONTEND TO DO APP.

Here you can find endpoints to be possible the CRUD for management of tasks and the creation of a postgres database using an image with docker.

INSTALL AND RUN BACKEND

  1. Install packages locally
go mod vendor
go mod tidy
  1. Connect to database
sudo docker run -p 54321:5432 tasks-db
  1. Go to cmd and run the project
go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published