https://github.com/dhruvikdonga/gopostlike
This project uses gorilla mux for apis and also jwt and gorm . It is implemented in MVC code structure . Uses Vuejs/Vuetify for frontend
https://github.com/dhruvikdonga/gopostlike
boilerplate gorilla-mux gorm-orm jwt jwt-authentication rest-api vuejs
Last synced: 29 days ago
JSON representation
This project uses gorilla mux for apis and also jwt and gorm . It is implemented in MVC code structure . Uses Vuejs/Vuetify for frontend
- Host: GitHub
- URL: https://github.com/dhruvikdonga/gopostlike
- Owner: DhruvikDonga
- Created: 2021-10-05T10:01:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T05:35:52.000Z (over 4 years ago)
- Last Synced: 2025-07-03T19:49:00.467Z (11 months ago)
- Topics: boilerplate, gorilla-mux, gorm-orm, jwt, jwt-authentication, rest-api, vuejs
- Language: Go
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Go microblogging webapp
### Tech stack:-





### Tools:-



### About
This project is boilerplate for gorilla web apis , JSON web tokens and gorm library for using in further projects. Gorm library is used for MySQL tables and implement relationships , JWT for authetication/authorization . This project follows MVC code structure for breaking down code to modules
### File structure:-
- main.go *server configurations*
- api
-v1.go *contains the api routers*
- DBs
-Migrations.go *database configurations and migrations*
- models *sample table structure*
- controllers *contains CRUD functions*
### Further updates:-
- Swagger Docs
- Post Likes and creation