Skip to content

itsarsile/hiring_web_app-ts

Repository files navigation

Hiring App-logo

Hiring App

Explore the docs »
View Demo
Api Demo

Table of Contents

About The Project

Peworld is a jobseeker website project that aims to assist Software Developers in finding jobs that match their skills.

On this website, job seekers can create a profile, upload their experience and portfolio. Peworld also offers a feature to connect job seekers with companies that are looking for candidates with the required skills.

One of the outstanding features of Peworld is the ability to identify the skills and interests of job seekers based on their abilities. With this information, recruiters can directly connect through the hire feature.

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  • Clone This Repo
git clone https://github.com/itsarsile/hiring_web_app-ts.git
  • Go To Folder Repo
cd hiring_web-app-ts
  • Install Module
npm install
  • Running Program
npm run dev

Setup .env

Create .env.local file in your root project folder.

DATABASE_URL=[YOUR SUPABASE CONNECTION STRING]
NEXT_PUBLIC_SUPABASE_URL=[YOUR SUPABASE URL]
NEXT_PUBLIC_SUPABASE_KEY=[YOUR SUPABASE ANON KEY]

Generate & migrate the database with your own supabase

npx prisma generate
npx prisma migrate dev --name supabase

Run with Postman

Screenshots

1 2
Recruiter Register Worker Register
1 2
Landing Page Job Seekers List
1 1
Recruiter Profile Worker Profile
1 1
Edit Worker's Profile Hire Profile
1
Hire Message

Contributing

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

  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

Related Project

Project Link: https://github.com/itsarsile/hiring_web_app-ts.git