GoBlog
About
This repo is a pure practice for go principlies to improve my skills.
Packages Used
- viper
- mux
- gorm
- docker-compose
API Usage
Remote Instance
The application is deployed on heroku. You can access the API at GoBlog Remote Server
Local Instance
To run the local instance, you first have to set up the env vars, You can use the default ones in the .*.env.example.
cp .env.example .env
cp .db.env.example .db.env
Run the following command to start the application.
docker compose up
Then navigate to Local Instance to see the API in action.