Skip to content

Gagan-09/JobZee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobZee - Job Portal Website



Sl. No Name Semester
1 Gagan M Shetty 6
2 Manoj Kumar N 6
3 Abhishek A C 6
4 Swaroop S V 6

Tools Used

MongoDB Express JS React Node JS Git VS Code


Backend

1. cd backend

2. npm install

4. npm i bcrypt cloudinary cookie-parser cors dotenv express express-fileupload jsonwebtoken mongoose validator nodemon

5. in package.json
"type":"module", "scripts": { "start": "node server.js","dev": "nodemon server.js" },

npm run dev


Frontend

1. cd frontend

2. npm build

3. npm run dev


config.env(backend)


For reference only

PORT = Your port number

CLOUDINARY_CLIENT_NAME= Name in Cloudinary
CLOUDINARY_CLIENT_API= Cloudinary_api

CLOUDINARY_CLIENT_SECRET=Cloudinary_secret_key

FRONTEND_URL: http://localhost:5173(for vite)

MONGO_URI: "Mongo_cluster_link"
JWT_SECRET_KEY= any_key_

JWT_EXPIRES = no_of_days_to_expire(E.g. 5d)

COOKIE_EXPIRE = ___


.env(frontend)


For reference only

VITE_REACT_APP_CHAT_API="gemini_api[aistudio.google.com]_you_can_get_ur_api"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published