Giter VIP home page Giter VIP logo

hirelance's Introduction

Hirelance

Java EE Spring MVC Social Network

##Description

Hirelance is a demo of social network to connect the world of freelancing with that of employers, developed as University Project. It is based on J2EE Technologies , with Spring MVC, Spring Security, Jsp and Apache Tiles for the Presentation Layer and Business Tier, JPA (EclipseLink) for the Persistence Layer. A User can create an account to the platform with Username and Password. After that he can chose to create a "Freelance" profile , "Employer" profile or both. An Alias name is associated with each profile , that is the name with which other user can see it. A freelance can find a projects to work on, and apply. An employers can post a project and search for a freelance to work with. At the end of a project, freelance and employee leave a feedback each other. They can comunicate together through Messaging System, with facebook style notifications, and the rule is that only the Employer can start the conversation

##How To: If you want to run the web-app on localhost, follow these steps:

  • Create Database on MySql:
    • CREATE DATABASE hirelancedb;
    • CREATE USER 'hirelanceuser'@'localhost' IDENTIFIED BY 'hirelancepassword';
    • GRANT ALL PRIVILEGES ON hirelancedb.* TO 'hirelanceuser'@'localhost' WITH GRANT OPTION;
  • Clone the project
  • $ mvn clean install
  • $ mvn cargo:run
  • The first time go to: http://localhost:7070/hirelance/init/populate to generate DB tables and populate them with some data.
  • Go to the home: http://localhost:7070/hirelance
  • Back-End administration credentials:
    • user: admin
    • password: admin

####The Use-Case diagram:

alt tag

####The Domain Model:

hirelance's People

Contributors

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