Coder Social home page Coder Social logo

go-docker's Introduction

go-docker

Simple CRUD with role-based JWT authorization

Packages used

  • github.com/joho/godotenv/cmd/godotenv@latest
  • github.com/labstack/echo/v4
  • github.com/go-playground/validator/v10
  • gorm.io/driver/postgres
  • gorm.io/gorm
  • github.com/casbin/casbin/v2

Database structure

image

Role

  • Users can have more than one role
Role List the blogs View full version of the blog Create a blog Update a blog Delete a blog
Admin [x] [x] [x] [x] [x]
Creator [x] [x] [x] [x] [ ]
Subscriber [x] [x] [ ] [ ] [ ]
Guest [x] [ ] [ ] [ ] [ ]
  • New user can't register as an admin
  • Admin can register existing account as another admin [TODO]
  • Creator only can perform update and delete on their own blog [TODO]

Structure

Based on repository pattern, this project use:

  • Repository layer: For accessing db in the behalf of project to store/update/delete data
  • Service layer: Contains set of logic/action needed to process data/orchestrate those data
  • Models layer: Contains set of entity/actual data attribute
  • Controller layer: Acts to mapping users input/request and presented it back to user as relevant responses

API Endpoints

Swagger docs

    127.0.0.1:8080

go-docker's People

Contributors

n9mi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.