go-microservices-realworld-example-app-profiles-service

module
v0.0.0-...-7c66198 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2022 License: MIT

README

RealWorld Example App

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

This codebase was created to demonstrate a fully fledged fullstack application built with Go 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.

Profiles Service

How it works

This service implements the profiles related services from the API Spec.

Getting started

Running locally

  1. Install Docker.
  2. Update the .env file with your own values.
  3. Run ./start.sh.

Testing

  1. Update the .env file with your own values or set your environment variables accordingly.
  2. Run ./test.sh <USERS_SERVICE_BASE_URL>.

Directories

Path Synopsis
cmd
app
internal
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL