Categorygithub.com/PickHD/pickablog
repositorypackage
1.0.0
Repository: https://github.com/pickhd/pickablog.git
Documentation: pkg.go.dev

# Packages

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

# README

PickABlog

RESTful API system blog using Golang Fiber

Setup Development

  1. Install/Update/Delete packages, run :
    $ make deps
    
  2. Creating docker container postgresql & redis, run :
    $ make postup && make redsup
    
  3. Create new databases, run :
    $ make dbup
    
  4. Migrate table, run :
    $ make migrate up
    
  5. Finally run based on mode (local/http) :
    $ make run local