Giter Site home page Giter Site logo

xploreraj / cloud-deployment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mayurah/cloud-deployment

0.0 2.0 0.0 15.81 MB

๐Ÿ”ฎ A sample java app built on spring and hibernate, deployment tested on AWS EC2.

License: MIT License

Java 100.00%

cloud-deployment's Introduction

RESTFul Java Webapp - Cloud Deployment ๐Ÿ”ฎ


Note: Application is tested and can be deployed on Amazon EC2 Cloud server or any other listed platforms.

java build download repo demo-url

Deliverables

  • Deployment Instructions (how you carried out deployment on cloud platform)
  • Live Demo URL
  • Findings / Insights on technologies used.

Technology Used

  • Spring v3.2.4
  • Hibrenet v4.1.4
  • Deploy in Java web server (Tested on Apache Tomcat/7.0.65).
  • Database: MySQL
    • DB Name : quantiphi_db
    • Username: root
    • password: admin

RESTFul endpoints:

	- 	/learnhub/api/course
	
		params : 
		Result :  return all courses data

	
	/learnhub/api/course?page=2&sort=rating&by=desc
	result : return data

	
	- /learnhub/api/course/count
		return total number of count.
	
	
	/learnhub/api/course/search?title=web
	
	param : title
	result : return course data which match with title
	
	
	/learnhub/api/course/search?title=front&page=1&sort=rating&by=asc
	param : title,page,sort,by
	result: return course data with search by title, pagination, sort by column with asc order

Note : all the parameter combination can be used such as (page, sort and by ) with course in request url.

Supported Cloud Platforms

To have a look at sample deployment, here's the demo link; your task is to download this repository, understand the given java application and deploy it on your choice of cloud provider.

Keep shipping!

โ€” Team HackerEarth

MIT License

cloud-deployment's People

Contributors

mayurah avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.