amitrke / rke

Roorkee REST APIs - Built using Spring Boot, Hosted on Google Cloud

Home Page:http://beta.roorkee.org/api/content/hello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roorkee Spring Boot REST APIs

Build CircleCI

This repository contains server side Java code for RESTFul API, the API is developed using Spring boot and is designed to be deployed to Google AppEngine.

Contributing

Feel free to contribute to this project by creating a pull request.

Build and test

./gradlew appengineRun

Run using Docker

docker build -t rke .
docker volume create --name maven-rep
docker run --rm -it -h localhost -v maven-repo:/root/.m2 -v "$PWD":/source -w /source -p 8080:8080 rke

URLs

Swagger UI: http://localhost:8080/swagger-ui.html

Appengine local console: http://localhost:8080/_ah/admin/

Developer workspace setup

History

MyRoorkee.com was a college project started by 5 students from S.D.C.E.T College Muzaffarnagar - Computer Science Batch of 2002

About

Roorkee REST APIs - Built using Spring Boot, Hosted on Google Cloud

http://beta.roorkee.org/api/content/hello

License:Apache License 2.0


Languages

Language:Java 97.4%Language:Python 2.2%Language:Dockerfile 0.4%