Skip to content

guillaumemaka/realworld-starter-kit-go-revel

Repository files navigation

Build Status

RealWorld Example App

Go codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Go Revel Framework including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Go community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

TODO

Describe the general architecture of your app here

Getting started

Installing and setting up Go

Installing Revel

go get github.com/revel/revel

Installing the Revel Command Line Tools

go get github.com/revel/cmd/revel

Getting the Project

go get github.com/guillaumemaka/realworld-starter-kit-go-revel

Building and Running

revel run github.com/guillaumemaka/realworld-starter-kit-go-revel

Testing

revel test

Contributing

  • Comment one which issue you'd like to do
  • Fork the project then get the project: Getting the project
  • Now you have your own project URL (from your fork)
git remote rename origin upstream
git remote add origin {YOUR_URL}
  • After your first change make a PR with [WIP] (work in progress) added to the title.
  • When your ready for review assign one of us Gophers 🐹

About

Real World Starter Kit GoLang + Revel + GORM backend implementations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published