Reddit Programming
201 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
PHP's Laravel like web framework for Golang
https://www.reddit.com/r/programming/comments/1fdwpja/phps_laravel_like_web_framework_for_golang/

<!-- SC_OFF -->What is goravel? You can check it out here: https://github.com/saalikmubeen/goravel but it is basically a opinionated web framework like Laravel for Gophers Goravel is built on top of Go's standard library and some popular third party packages loved by the Go community: Chi Router for routing Upper/db ORM for database operations Jet template engine alexedwards/scs for session management golang-migrate for migrations So you don't have to learn anything new to get started with Goravel. It's a collection of some of the best Go packages that are already popular in the Go community. Goravel just wraps them up in a nice package so that you can build your web applications with ease without you having to set up everything from scratch. Here’s a generated project using goravel: https://github.com/saalikmubeen/goravel-demo-app to show how to use Goravel to build an application with user authentication, cache management, sending JSON and XML responses, email sending, password reset, remember me functionality using cookies, API routes, and much more. It will help you to get started with Goravel quickly. It’s also has a cli tool to ease the process of scaffolding web app with the entire backend configured in a matter of clicks. Would love some feedback for those who have the time to take a peak. <!-- SC_ON --> submitted by /u/saalik_m (https://www.reddit.com/user/saalik_m)
[link] (https://github.com/saalikmubeen/goravel) [comments] (https://www.reddit.com/r/programming/comments/1fdwpja/phps_laravel_like_web_framework_for_golang/)