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

https://github.com/maxisme/transfermeit-backend

Backend code for Transfer Me It
https://github.com/maxisme/transfermeit-backend

Last synced: about 1 month ago
JSON representation

Backend code for Transfer Me It

Awesome Lists containing this project

README

          

# [transferme.it](https://transferme.it/)

## [Mac App](https://github.com/maxisme/transfermeit) | [Website](https://github.com/maxisme/transferme.it) | Backend

[![Transfer Me It](https://github.com/maxisme/transfermeit-backend/workflows/Transfer%20Me%20It/badge.svg?branch=master)](https://github.com/maxisme/transfermeit-backend/actions)
[![Coverage Status](https://codecov.io/gh/maxisme/transfermeit-backend/branch/master/graph/badge.svg)](https://codecov.io/gh/maxisme/transfermeit-backend)
[![Supported Go Versions](https://img.shields.io/badge/go-1.12%20|%201.13%20|%201.14-green&style=plastic)](https://github.com/maxisme/transfermeit-backend/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/maxisme/transfermeit-backend)](https://goreportcard.com/report/github.com/maxisme/transfermeit-backend)

To create new migrations run:
```
$ migrate create -ext sql -dir sql/ -seq "description"
```