Skip to content

REST API using Golang. This repository is my journal in learning Golang. Hope we can learn it together.

License

Notifications You must be signed in to change notification settings

awcodify/GoREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoREST

My playground for creating REST API using Golang.

Last changes

  • simple (CRUD) user management
  • simple JSON Web Token (JWT) authentication *thanks to appleboy
  • add auto migrate using cli

How to use

  • clone this repo
  • install the cli
    • go to gcli directory cd gcli
    • go install
  • run the gcli from the root of this project
    • do migration gcli db migrate
    • make sure there's no error on your migration
  • run the app go run main.go

Used things

Wanna discuss with me?

Very open for suggestions. Sharing is caring is learning. Just mail me at awcodify@gmail.com

About

REST API using Golang. This repository is my journal in learning Golang. Hope we can learn it together.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages