Git Product home page Git Product logo

finalgroupprojects-java's Introduction

Final Group Projects (Java) - Server

  • Objective - to create an implementation of a small web service
  • Purpose - to demonstrate the construction of a full-stacked web-application

Developmental Notes

Minimum Tech Stack

  • Wireframe - Mockflow
  • Frontend - Angular / React
  • Business Logic - Java
  • Data Layer - MySQL
  • Cloud - Heroku/AWS/Google

Installation

Use Spring Initializr (or JHipster) to create an starting point for your application

Project Topics

Blog Application (blogger clone)

User Stories to Fulfill

  • As a user, (not logged in) I
    • can view list of all blog posts
    • can view blog posts filtered by blog-tag
  • As a user, (logged in) I
    • can create new blog posts
      • A blog post can consist of images and text
    • can view list of all blog posts
    • can view blog posts filtered by blog-tag
    • can view new blog posts upon refreshing the DOM

Document Editor and Library (google doc clone)

User Stories to Fulfill

  • As a user, (not logged in) I
    • can view list of all documents
    • can view a specific document
  • As a user, (logged in) I
    • can create new documents
      • A document can consist of images and text
    • can view list of all documents
    • uses a well-known JS text editor (like Monaco?)
    • can view documents filtered by a search term
    • can download/upload docs to/from "desktop"

Video Library Application (netflix clone)

User Stories to Fulfill

  • As a user, (not logged in) I
    • can view list of all videos
  • As a user, (logged in) I
    • can upload new videos
    • can view list of all videos
    • can post simple text-comments on a video

Twitter Application (twitter clone)

User Stories to Fulfill

  • As a user, (not logged in) I
    • can view list of all tweets from all users
  • As a user, (logged in) I
    • can post a new tweet (limited to 255 chars)
    • can view list of all tweets
    • can see tweets by a specific user
    • can use "@" notation to direct a tweet to another user
    • can add images to tweets
    • all new tweets appear in timeline as they come in
    • can search by "#" hashtags

Work Communication (slack clone)

User Stories

  • As a client (not logged in) I can register as a new user
  • As a user, I
    • can create a new workspace
    • can view default channels
    • can view accessible channels
    • can direct message other users
    • can view messages live as they are received
  • As an admin, I am a user who can
    • create new channels
    • remove users from channels

News Site (NPR/CNN/NYTimes clone)

User Stories

  • As a client (not logged in) I can see news headlines
  • and # of likes about news stories
  • As a user, (logged in) I
    • search for news of interest
    • create bookmarks for myself
    • add a like to a news story
    • create comments on news stories that other logged in users can see.

Money Management Application

User Stories to Fulfill

  • As a user, (not logged in) I
    • can create new accounts
  • As a user, (logged in) I
    • deposit money to each account
    • withdraw money from each account
    • transfer money to and from any 2 accounts

TCP Application

User Stories to Fulfill

  • As a user, (logged in) I
    • can send messages to a peer.
    • can view default channels
    • can view all accessible channels
    • can view messages live as they are received

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.