Skip to content

Akuien/Jobster

Repository files navigation

Backend and Frontend Template

Latest version: https://git.ita.chalmers.se/courses/dit341/group-00-web (public Github mirror)

Project Structure

File Purpose What you do?
server/ Backend server code All your server code
server/README.md Everything about the server READ ME carefully!
client/ Frontend client code All your client code
client/README.md Everything about the client READ ME carefully!
docs/DEPLOYMENT.md Free online production deployment Deploy your app online in production mode
docs/LOCAL_DEPLOYMENT.md Local production deployment Deploy your app local in production mode

Requirements

The version numbers in brackets indicate the tested versions but feel free to use more recent versions. You can also use alternative tools if you know how to configure them (e.g., Firefox instead of Chrome).

Getting started

# Clone repository
git clone [email protected]:courses/dit341/group-00-web.git

# Change into the directory
cd group-00-web

# Setup backend
cd server && npm install
npm run dev

# Setup frontend
cd client && npm install
npm run serve

Check out the detailed instructions for backend and frontend.

Visual Studio Code (VSCode)

Open the server and client in separate VSCode workspaces or open the combined backend-frontend.code-workspace. Otherwise, workspace-specific settings don't work properly.

System Definition (MS0)

Purpose

This website is going to be used by freelancers and companies. Freelancers would be able create a profile, fill in their resumes, which are going to appear on platform, and search for job postings. The companies will be able to create their profile, job postings, and review resumes of interested freelancers who have shown interest in the companies' job posting. A company will choose from a list of interested freelancers, and contact them outside the website, for example email, phone etc.

Pages

The website is going to look differently depending on the user type. Below are the different types of users and what is going to be displayed on their respective interfaces.

For all visitors(unregistered users):

  • Home: A visitor will be presented with a welcome page, a brief description of what core purpose the website serves, and able to see specimen job postings from companies and profiles from specimen freelancers.
  • Sign up/Sign in: A visitor would be able to sign in or sign up on this page, as a company or freelancer.

For companies:

  • Home: There will be a dashboard, where companies will be able to see their current job postings, and will be able to create a new one.
  • Search Freelancers: They will be able to search for freelancers with a specific skillset, and also filter them. Freelancers are going to be displayed as cards, and these cards will be expandable to view more information about the freelancers.
  • Interested Freelancers: The company will have a tab, where all the interested freelancers will be displayed.
  • Settings: The companies will be able to change their profile settings, like their avatar, description, address, and other personal details.

For freelancers:

  • Home: Freelancers will have their own dashboard where they can see their own job postings to companies, and will be able to add a job posting.
  • Search Companies: There will be a dashboard, where freelancers will be able to browse job postings from companies.
  • Settings: The companies will be able to change their profile settings, like their avatar, description, address, and other personal details.

Entity-Relationship (ER) Diagram

ER Diagram

Teaser (MS3)

Teaser

About

A job-matching platform for freelancers and companies. Freelancers can create profiles, upload resumes, and apply for jobs. Companies can post jobs, browse freelancer profiles, and manage applications. The site offers tailored dashboards for each user type, with functionality for job search, profile customization, and applicant tracking.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages