Table of Contents
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.
Below is the major frameworks/libraries/tools used to build the project.
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.
This is a list of things you need to install for the application.
- Npm
npm install npm@latest -g
- Node.js (version 14.x or higher)
- JDK 17
- Gradle (version 8.6 or higher)
- PostgreSQL (version 15.x or higher)
To build and run the frontend appication, follow these steps:
- Clone the repo
git clone https://github.com/JacksonTai/tasklion.git
- Navigate to the frontend directory
cd frontend
- Install NPM packages
npm install
- Start the server for the frontend application
npm run start
To build and run the backend appication, follow these steps:
-
Run the DDL scripts under the backend/sql/DDL folder
-
Install Gradle
sdk install gradle
-
Run Gradle to build the project
gradle build
-
Start the server for the backend application
gradle bootRun
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Email - jacksontai.dev@gmail.com