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 implemented using the Gin 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 this works with other frontends/backends, head over to the RealWorld repo.

How it works

Describe the general architecture of your app here

Getting started

Technology Requirements

I will be assuming you are working on a Mac OSX or other UNIX based system. I cannot provide Windows support at this time.

Installing Go

First, Download Go from the Official Website for your specific computer (Mac, Linux) Second, follow the Installation Instructions from the Official Website.

Vendoring & Dependencies