Skip to content

its-lana/echo-blog

Repository files navigation

Blog system using Echo Framework

How to Run?

  1. Clone project
  2. Create new database
  3. Create .env file (example contents are in .env.example) and customize the values.
  4. Open terminal and then run :
   go mod tidy
  1. Running app use command :
   go run main.go
  1. Recommended flow
  • Post new user : \api\v1\users ex. : { "Username": "Lana", "Email": "lana@mail.com", "Password": "123abc" }
  • Login to get the token :\api\v1\login
  • In Authorization/Auth, select Bearer Token and enter the token
  • Enjoy to try other API

About

Blog system using Echo Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages