Skip to content

dkondratovych/goapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Create HTTP Rest API:

  1. Used echo framework
  2. Bearer authentication
  3. oAuth2 authorization for FB, to login and issue access_token
  4. Logrus for loggin
  5. Used gorm as database resource https://github.com/jinzhu/gorm
  6. Used Goose https://bitbucket.org/liamstask/goose for database migratiojs
  7. Implemented an example of CRUD operations
  8. Added CORS support (header Access-Control-Allow-Origin: *)
  9. Added support for OPTION HTTP method for each endpoints

About

golang http api example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages