Coder Social home page Coder Social logo

bharatsdev / springboot-csvupload-with-angularjs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 2.51 MB

Upload and Read CSV with AngularJs and Spring boot

Java 14.00% JavaScript 7.35% HTML 2.55% CSS 76.04% Dockerfile 0.06%
spring-boot angularjs-application docker angularjs java-8 h2-database batch-processing file-upload

springboot-csvupload-with-angularjs's Introduction

Build Status

Spring Boot AngularJS Application

Read and Upload CSV file

This is a Spring boot & AngularJS Application. With the help of this application, we can upload and read CSV.

Prerequisites

  1. AngularJS

    • Node
    • NPM
    • Bower
  2. Spring Boot

    • Java 8
    • Sprint Boot 1.5.9.RELEASE
    • Maven latest
    • MySQL or H2 (With the dev profile you can use H2, but with the Prod Profile you need to use MySQL)
  3. Docker

Getting Started

Deployment Process

  1. AngularJS
    • npm install
    • bower install
    • grunt serve
  2. Spring Boot
    • mvn clean
    • mvn package
    • java -jar target/clustered-data-warehouse-1.0.0.jar

Docker Configuration (Docker commands and configuration will work only With H2 Database)

  • mvn clean install (Build the application)
  • mvn install dockerfile:build (Build the Docker Images)
  • docker images (For checking the Docker created Images )
  • docker run -p 8181:8181 -t springio/clustered-data-warehouse (Run the Docker Image with port)
  • docker ps ( For seeing the running container)
  • docker stop 4f59bee2deb2(Container Id)
  • docker rm '< container Id> '
  • docker Stop Container

springboot-csvupload-with-angularjs's People

Contributors

bharatsdev avatar

Watchers

 avatar

Forkers

saifcse06

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.