anuja1011 / Data-Management-Website

This project uses Java and Oracle DB database with HTML/CSS as front end. The idea is to build a website which provides admin account (for account admin privileges - reset account/delete account etc) and user account (for tranfer of points from one user to another) This is a CRUD based application for transfer of points within users.

Home Page:http://rewardsurteammates.us-west-1.elasticbeanstalk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Management-Website

This project focusses on the CRUD operation application in real-time. The idea is to develop a rewards tranfer system where employees can transfer points to other employees.

The main pointers of this project are:

  • Each Employee has two accounts - Giving and Receiving.
  • The giving account refreshes every month-end making the balance to $0. The idea is that if the user is not utilizing his/her points it will be resetted at month-end.
  • However the receiving account never refreshes. So user can keep on accumulating points.
  • All these tranfer will consider all the edge cases.

Admin Account-

  • View monthly transaction History
  • View per user transaction History
  • View the user not giving away his points
  • All other reports related to transactions
  • Reset accounts to zero balance

The project is build using

  • J2EE Framework
  • MVC architecture
  • Oracle DB
  • Apache Server
  • JSP - HTML/CSS

About

This project uses Java and Oracle DB database with HTML/CSS as front end. The idea is to build a website which provides admin account (for account admin privileges - reset account/delete account etc) and user account (for tranfer of points from one user to another) This is a CRUD based application for transfer of points within users.

http://rewardsurteammates.us-west-1.elasticbeanstalk.com


Languages

Language:Java 94.2%Language:CSS 5.8%