An open API service indexing awesome lists of open source software.

https://github.com/devstackq/clean-arch

expirement repo, for learn clean arch
https://github.com/devstackq/clean-arch

Last synced: 7 months ago
JSON representation

expirement repo, for learn clean arch

Awesome Lists containing this project

README

          

module auth;
package delivery:
Sub pacakge http
POST /signup - new user json {}
POST /signin - login, return token json{username, password}
use clean architecture;
use DI;
use abstract factory; method; sigleton;
each layer - can change - repo/transport