# 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
- Install/Update/Delete packages, run :
$ make deps
- Creating docker container postgresql & redis, run :
$ make postup && make redsup
- Create new databases, run :
$ make dbup
- Migrate table, run :
$ make migrate up
- Finally run based on mode (local/http) :
$ make run local