Git Product home page Git Product logo

file-upload-task's Introduction

File Upload Task

A single page application using Vue and Sprint Boot (with Maven wrapper) consisting of following:

B. Vue component with a button T. Vue component with a table representing server’s file storage state. S. Spring Boot Java server

Component B. When user presses upload, standard dialog should allow to attach file, then file should be sent to the server. If server has more than 3 files, button should be disabled.

Component T. Component should reflect server’s state and be updated every 5 seconds. Table should be dynamic, so no empty rows.

Component S. Simple spring boot web app. Should have two endpoints: to fetch all files information (filename, size, time) to receive a new file

Usage

MAC OS Users

Double click on the file - mac.sh which will automatically run the server and open index.html.

Windows OS Users

Double click on the file - windows.bat which will automatically run the server and open index.html.

Project Setup

cd front-end
npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

file-upload-task's People

Contributors

rashi1997 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.