Categorygithub.com/dev-hack95/Blog_posts_server
module
0.0.0-20230411172728-b702a106ad1e
Repository: https://github.com/dev-hack95/blog_posts_server.git
Documentation: pkg.go.dev

# README

Blog_post_server

====================================================================

Authors

Project Status

  • Complete

Table of Contents

Tech Stack

  • Golang, Docker, Postgresql, Microservices

Flowchart

flowchart LR;
    A(PKG) -----> B(config);
    A -----> C(controllers);
    A -----> D(Models);
    A -----> E(routes);
    A -----> F(utils);
    B -----> G(app.go);
    C -----> H(server.go);
    D -----> I(models.go);
    E -----> J(routes.go);
    F -----> K(utils.go);

# Packages

No description provided by the author
No description provided by the author