Giter Club home page Giter Club logo

freelancer-platform's Introduction

Java Spring Freelancer Platform (Alpha)

Open Source platform for freelance portals based on Java Spring technology.

Technology

  • Java
  • Spring Boot
  • MySQL
  • Hibernate ORM
  • Maven
  • Thymeleaf
  • Bootstrap framework

Features

  • Internationalization (i18n: Serbian and English by default)
  • User module (register, login, forgot password)
  • Post a job
  • Place a bid
  • View bids
  • Hire freelancer
  • Message rooms (jobs and one-to-one)
  • Feedback / rating system

Requirements

  1. Java 8
  2. Maven
  3. MySQL server

How to install and run

1. Clone GIT repo

  1. open CMD or Linux terminal and CD to (eclipse) projects root folder
  2. git clone [THIS REPO]

2. Prepare MySQL

  1. Create MySQL database
  2. Import /freelance.sql

3. Set your config

  1. Copy /src/main/resources/application.properties-sample to /src/main/resources/application.properties
  2. Edit spring.datasource.* values to fit your DB server
  3. Edit freelancer.locale.default = rs_SR and change to "en_US" if you want English by default
  4. Edit freelancer.job.page_size = 5 to change how many jobs are displayed per page.

4. Run Java app

  1. CD to the cloned folder
  2. mvn clean install
  3. mvn compile
  4. mvn spring-boot:run

Note: you can also run project from Eclipse:

open project > right click on FreelancePlatformApplication.java > Run As > Java Application

5. Test

  1. Open URL in your browser http://localhost:8000
  2. (optional) Login with [email protected] / 123456 (client) and [email protected]/123456 (freelancer)

How to translate to your language

  1. Create properties file with name "messages_[locale].properties", for example messages_ru_RU.properties in folder /src/main/resources/
  2. Add appropriate link to top menu (?locale=ru_RU)

freelancer-platform's People

Contributors

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