Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/wantedly-docker-test-api


https://github.com/bgpat/wantedly-docker-test-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# API Server

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

## Endpoint list

### Emails Resource

```
GET /api/emails
GET /api/emails/:id
POST /api/emails
PUT /api/emails/:id
DELETE /api/emails/: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