Giter Club home page Giter Club logo

springbootapp's Introduction

Spring Boot Application

A Spring boot Web based Application that allows users to view the latest documents and text uploaded by the admin or manager. Previous uploads are stored in MySql Database.

Design Pattern is Model - View - Controller

Built With

  • Spring Boot - Spring based production ready project initializer for Stand alone Applications
  • Spring MVC (Model View Controller) - HTTP oriented MVC framework
  • HTML CSS and JS for the basic front end
  • MySql for database

Steps to Setup

1. Clone the repository

git clone https://github.com/tundeOlagunju/springBootApp.git

2. Configure MySQL database

Create a MySQL database named mysql, and change the username and password in src/main/resources/application.properties as per user's MySQL installation -

spring.datasource.username= <YOUR MYSQL USERNAME>
spring.datasource.password= <YOUR MYSQL PASSWORD>

3. Run the app using maven

cd spring-boot-file-upload-download-rest-api-example
mvn spring-boot:run

The application can be accessed at http://localhost:8080.

The application can also be packaged in the form of a jar and then run the jar file like so -

mvn clean package
java -jar target/file-demo-0.0.1-SNAPSHOT.jar

springbootapp's People

Contributors

tundeolagunju avatar

Watchers

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