Skip to content

aryan2621/Jobify

Repository files navigation

Jobify

A one and only solution for hiring people.

Screenshots

Screenshot 2024-09-12 at 1 36 02 AM Screenshot 2024-09-12 at 1 35 54 AM Screenshot 2024-09-12 at 1 35 45 AM Screenshot 2024-09-12 at 1 35 34 AM Screenshot 2024-09-12 at 1 40 58 AM Screenshot 2024-09-12 at 1 37 22 AM Screenshot 2024-09-12 at 1 37 15 AM Screenshot 2024-09-12 at 1 37 03 AM

Tech Stack

Client: Next, Firebase, Appwrite

Run Locally

Clone the project

  git clone https://github.com/aryan2621/Jobify/

Go to the project directory

  cd Jobify

Install dependencies

  npm install

Start the server

  npm run dev

API Reference

Login

  POST /login
Parameter Type Description
email string Required. Email Id
password string Required. password

Signup

  POST /signup
Parameter Type Description
email string Required. Email Id
password string Required. Password
first name string Required. First Name
last name string Required. Last Name
  GET /posts
Parameter Type Description
token string Required. In headers
  DELETE /post
Parameter Type Description
postId string Required. Post Id
  POST /post
Parameter Type Description
post Obj string Required. Post Object
  GET /user
Parameter Type Description
token string Required. In headers

Deployment

To deploy this project run

  npm run build && npm run start

Support

For support, email [email protected] or join me at Linkedin https://www.linkedin.com/in/rishabh-verma-5366901a1/

Releases

No releases published

Packages

No packages published

Languages