A one and only solution for hiring people.
Client: Next, Firebase, Appwrite
Clone the project
git clone https://github.com/aryan2621/Jobify/Go to the project directory
cd JobifyInstall dependencies
npm installStart the server
npm run dev POST /login| Parameter | Type | Description |
|---|---|---|
email |
string |
Required. Email Id |
password |
string |
Required. password |
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 |
To deploy this project run
npm run build && npm run startFor support, email risha2621@gmail.com or join me at Linkedin https://www.linkedin.com/in/rishabh-verma-5366901a1/