Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giansalex/iris-rest
IRIS Rest API + JWT + CORS + Deployed on Heroku
https://github.com/giansalex/iris-rest
docker golang rest-api
Last synced: 17 days ago
JSON representation
IRIS Rest API + JWT + CORS + Deployed on Heroku
- Host: GitHub
- URL: https://github.com/giansalex/iris-rest
- Owner: giansalex
- Created: 2018-04-02T20:07:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T20:10:15.000Z (over 4 years ago)
- Last Synced: 2024-10-11T01:16:37.161Z (about 1 month ago)
- Topics: docker, golang, rest-api
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iris Rest Api (Sample)
[![Build Status](https://travis-ci.org/giansalex/iris-rest.svg?branch=master)](https://travis-ci.org/giansalex/iris-rest)
Using [Iris](https://github.com/kataras/iris) deploy on Heroku.Run application.
```bash
go run ./
```Run tests.
```bash
go test ./
```## Docker
Deploy iris application on Docker.
**Build**
```bash
docker build -t goiris .
```**Run**
```bash
docker run -d -p 80:8080 --name restapp goiris
```### Deploy on AWS Elastic Beanstalk
In type application choose docker.