Skip to content

myagmarsurensedjav/hello-go-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A basic todo web app on Go.

Roadmap

  • Landing Page
  • Register
  • Login
  • Logout
  • Add task
  • Remove task
  • Mark task as done
  • Clear done tasks
  • User Profile
  • User Statistics /Total tasks, Done tasks, Tasks per week etc .../
  • Terms and conditions page
  • Rest API

Todo

  • Implement view layouts /default, auth etc .../
  • Check the registering email that exists.
  • Environment configurations for secrets /session key, database etc .../
  • Cookie encryption and auth sessions
  • Password hashing
  • Implement CSRF
  • Database connection pool

Links

Development

Install https://github.com/golang-migrate/migrate cli tool to run database migrations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages