Coder Social home page Coder Social logo

quote-app-monolith's Introduction

Overview

The Quote application is a simple website that serves a random quote to the user. The application is seeded with a few quotes and more can be added via the "Add" link on the bottom left.

Getting Started with the Application

Github

The Quote application can be found at this Github repository -

https://github.com/cmu-mis-iccfb-spring-17/quote-app-monolith

You should fork this repository and clone your copy from Github. You will be working out of your copy at this point.

Gradle

The application is built using Gradle. You can read more about Gradle here -

https://gradle.org/

The application's repository contains a Gradle Wrapper file that you will use to get started. When you issue a build command, the Gradle Wrapper will automatically download the appropriate version of Gradle and start the build. The build will then download all the required dependencies for the application.

To build issue this command -

./gradlew build

After the build, you can run the application using the following command -

java -jar ./build/libs/Quote-0.0.1-SNAPSHOT.jar

Browse to http://localhost:8080 to view the application.

Eclipse

The Eclipse for Java Developers allows you to import a Gradle project. Click File and select Import to get started. Follow the Import Gradle Project instructions. After selecting the root directory, you can accept the defaults on the other screens.

You can run the application from Eclipse by right clicking the QuoteApplication.java file and selecting "Run As -> Java Application".

Browse to http://localhost:8080 to view the application.

The Tech Stack

Spring Boot

Spring Boot is used to provide the web (Model View Controller) framework for the application. You can read more about Spring Boot here

H2

H2 is used to provide an in memory database for our development. Since the database is in memory, the data will be lost when the application stops. This obviously isn't ideal in production but is OK for development.

You can read more about H2 here

AngularJS

AngularJS is a very popular Javascript framework to create dynamic web applications. You can read more about AngularJS here

quote-app-monolith's People

Contributors

cllofty avatar qianyinc avatar

Watchers

James Cloos 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.