Skip to content

AsaHero/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend implementation of 'ToDoList' application

Main purpose of this project is to practise implemeting REST application programming interface(API).

Entities:

  1. User
  2. List
  3. Item

Busines Logic:

  1. Sign In/Sign Up
  2. Add/Delete list
  3. Add/Delete item
  4. See certain/whole list
  5. See certain/whole item

What topics were covered in this project:

  • impelemtation of REST API
  • working with database MySQL, running it on docker, and create database migrations
  • complex SQL queries
  • clean architecture
  • logic of jwt registration and authentication

About

Rest API in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published