_example

command
v0.0.0-...-7858ecc Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2022 License: MIT Imports: 4 Imported by: 0

README

API Server

Simple Rest API using gin(framework) & gorm(orm)

Endpoint list

Companies Resource
GET    /api/companies
GET    /api/companies/:id
POST   /api/companies
PUT    /api/companies/:id
DELETE /api/companies/:id
Emails Resource
GET    /api/emails
GET    /api/emails/:id
POST   /api/emails
PUT    /api/emails/:id
DELETE /api/emails/:id
Jobs Resource
GET    /api/jobs
GET    /api/jobs/:id
POST   /api/jobs
PUT    /api/jobs/:id
DELETE /api/jobs/:id
Profiles Resource
GET    /api/profiles
GET    /api/profiles/:id
POST   /api/profiles
PUT    /api/profiles/:id
DELETE /api/profiles/:id
Users Resource
GET    /api/users
GET    /api/users/:id
POST   /api/users
PUT    /api/users/:id
DELETE /api/users/:id

server runs at http://localhost:8080

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