gofiber-member-api

command module
v0.0.0-...-8305678 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2022 License: MIT Imports: 6 Imported by: 0

README

gofiber-member-api

TL;DR;

  • Framework: Gofiber
  • Database: SQLite
  • ORM: gorm

Configurations

Name Description Remarks
PROFILE Profile - dev(default): Development
- prd: Production
PORT Listening Port default: 8080

API

  • GET /api/v1/members
  • GET /api/v1/members/:id
  • POST /api/v1/members/:id
  • PUT /api/v1/members/:id
  • DELETE /api/v1/members/:id

Tables

  • members
  • favorites

Dockerize

  docker build -t member-api:1.0.0 .
  docker run -d --publish "8080:8080" --env PORT="8080" --name member-api member-api:1.0.0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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