Skip to content

A platform that connects people with local freelancers in Malaysia

License

Notifications You must be signed in to change notification settings

JacksonTai/tasklion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Tasklion

A platform that connects freelance labor with local demand in Malaysia.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

The customers can search for taskers by service category, service location and time. They can choose the tasker and view the respective services’ rating and reviews before scheduling a task with the tasker. The taskers can manage their available time slots, including both specific dates and recurring weekly slots, as well as service areas. This ensures incoming task invitations are only based on the availability they set. The admin can view and choose to ban or unban the customers and taskers account. Statistics are viewable by admin in graphical formats, such as charts.

Demo Video

(back to top)

Built With

Below is the major frameworks/libraries/tools used to build the project.

  • Angular

(back to top)

Getting Started

The project consists of a frontend (Angular) and backend (Spring Boot) applications, where both is required to be set up to start the project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is a list of things you need to install for the application.

Installation

To build and run the frontend appication, follow these steps:

  1. Clone the repo
    git clone https://github.com/JacksonTai/tasklion.git
  2. Navigate to the frontend directory
    cd frontend
  3. Install NPM packages
    npm install
  4. Start the server for the frontend application
    npm run start

To build and run the backend appication, follow these steps:

  1. Run the DDL scripts under the backend/sql/DDL folder

  2. Install Gradle

    sdk install gradle
  3. Run Gradle to build the project

    gradle build
  4. Start the server for the backend application

    gradle bootRun

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Email - jacksontai.dev@gmail.com

(back to top)