Skip to content

Freelancing platform developed within my Bachelor's Thesis. Built with Laravel PHP framework.

License

Notifications You must be signed in to change notification settings

damjanvucina/bsc-thesis

Repository files navigation

App logo

Bachelor's Thesis

Web Application for Searching Freelance Computer Jobs

The aim of this thesis is to offer a functional, comprehensive and visually attractive platform in the form of a web application, which will facilitate the process of finding business engagements.

Key Features

  • Create detailed profile
  • Filter jobs easily
  • Apply for projects with one click
  • Express satisfaction in the form of review and evaluation
  • Profit!

App video

How it works?

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installing

  • Clone the project
  • Open Command Prompt in the application folder
  • Run composer install
  • Copy .env.example file to .env in the app root folder. You can type copy .env.example .env if using Windows Command Prompt or cp .env.example .env if using Ubuntu terminal
  • Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration. XAMPP: By default, username is root and you can leave password field empty. LAMP: By default, username is root and password is also root.
    • If you want to, you can import rad.sql dummy database file
  • Run php artisan key:generate
  • Run php artisan migrate

Deployment

  • Run php artisan serve
  • Go to localhost:8000

Built With

Author

License

This project is licensed under the Apache License 2.0 License - see the LICENSE.md file for details

About

Freelancing platform developed within my Bachelor's Thesis. Built with Laravel PHP framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published