Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
348 commits
Select commit Hold shift + click to select a range
60359c7
chore(index.html): Update index.html to integrate authentication changes
spkcodes Aug 12, 2024
bb32c74
feat(googleButton): Enhance Google authentication functionality in go…
spkcodes Aug 12, 2024
3f7f453
feat(index .js): Initialize authentication features in index.js
spkcodes Aug 12, 2024
567d0d7
chore(.env): Update .env file for environment variable management
spkcodes Aug 12, 2024
71567bb
chore(package-lock.json): Update package-lock.json for authentication…
spkcodes Aug 12, 2024
aa1719f
Merge pull request #13 from fahizp/feat/auth
fahizp Aug 12, 2024
6737fd8
chore(eslint&prettierrc):impletement the eslint and prettierrc fix th…
Aug 12, 2024
185877b
chore(eslint&prettierrc):impletement the eslint and prettierrc in bac…
Aug 12, 2024
50cc8b5
Merge pull request #16 from fahizp/develop
fahizp Aug 12, 2024
d3d28ed
fix(typescript): resolve ESLint errors in the codebase
CodeWithAkthar Aug 12, 2024
0663e38
style(format): formatting standard throughout the codebase
CodeWithAkthar Aug 12, 2024
c7d59ff
refactor(.env): tokens changed
CodeWithAkthar Aug 13, 2024
5ef3f6d
refactor(collectionName): changed the collection name in authmodel
CodeWithAkthar Aug 13, 2024
7932caa
refactor(validation): removed alphanumeric validation in username and…
CodeWithAkthar Aug 13, 2024
3d2e122
chore: (env) update environment variables
spkcodes Aug 13, 2024
fef7894
chore: (lock.json) update package-lock.json
spkcodes Aug 13, 2024
d5d37f8
chore: (package.json) update package.json dependencies
spkcodes Aug 13, 2024
52bcce3
refactor: (googleauth remove) remove unused googleauthController
spkcodes Aug 13, 2024
f73e16a
feat: (authController) implement authentication logic in authController
spkcodes Aug 13, 2024
686b20b
feat: (change authmodel) enhance authModel with additional validation
spkcodes Aug 13, 2024
687581c
feat: (remove google route) remove some routes in authRouter
spkcodes Aug 13, 2024
65fa752
chore: (index) update server entry point in index.ts
spkcodes Aug 13, 2024
d899513
chore: (lock.json) update package-lock.json
spkcodes Aug 13, 2024
ab4ba1c
chore: (package.json) update package.json dependencies
spkcodes Aug 13, 2024
74db85e
feat: (googleButton) update main application logic in App.js
spkcodes Aug 13, 2024
f909f96
feat: (add tost-logout) implement logout functionality in logout.js
spkcodes Aug 13, 2024
a17c217
chore: (index) update entry point in index.js
spkcodes Aug 13, 2024
6b1f589
feat: (remove googleButton Add tost) update login page logic in login.js
spkcodes Aug 13, 2024
7ca7b2b
feat: (add tost) update signup page logic in signup.js
spkcodes Aug 13, 2024
4c89fc2
refactor: (delete googleButton) remove unused googleButton component
spkcodes Aug 13, 2024
36409c9
refactor: (google Button) remove unused googleButton component
spkcodes Aug 13, 2024
b064c2f
feat: (authController) update authentication logic in authController
spkcodes Aug 13, 2024
eb33bc6
chore: (index.ts) update server entry point in index.ts
spkcodes Aug 13, 2024
d435ce8
feat: (login.js) update login page logic in login.js
spkcodes Aug 13, 2024
0c86cf1
feat: (signup) update signup page logic in signup.js
spkcodes Aug 13, 2024
40758df
feat(candidate post):build feature candidate post
CodeWithAkthar Aug 14, 2024
cb28bde
feat(candidate model):build db schema & model for candidates
CodeWithAkthar Aug 14, 2024
52e8e6e
feat(candidate post router):build router for candidates post
CodeWithAkthar Aug 14, 2024
7af3567
feat(interface):build interface for candidates types
CodeWithAkthar Aug 14, 2024
421ccaa
feat(candidate route):build route in main file index.ts
CodeWithAkthar Aug 14, 2024
b7e9965
chore():updates in configration files
CodeWithAkthar Aug 14, 2024
bddfa85
feat(candidatelist):build feature fetching candidate details
CodeWithAkthar Aug 14, 2024
70177e2
feat(candidatelist):build a route for fetching candidate list
CodeWithAkthar Aug 14, 2024
a4e87e5
feat(candidatelist):build a route for fetching candidates list
CodeWithAkthar Aug 14, 2024
8afc63b
fix(image uploading):fixed image uploading to s3 bucket
CodeWithAkthar Aug 15, 2024
9d1c43b
refactor(banner field):added field for banner in candidate post route
CodeWithAkthar Aug 15, 2024
ce7c9a0
refactor(skills type):added a type for skills in candidate interface
CodeWithAkthar Aug 15, 2024
71d5596
feat(profile):build a controller file for profile
CodeWithAkthar Aug 15, 2024
7409e96
refactor(authcontroller):removed unwanted code
CodeWithAkthar Aug 16, 2024
a7f9317
refactor(authmodel):removed unwanted code
CodeWithAkthar Aug 16, 2024
b42d24d
refactor(candidate controller):added type to req.body
CodeWithAkthar Aug 16, 2024
8b95632
refactor(typos): some changes in candidate interface and requstfile i…
CodeWithAkthar Aug 16, 2024
fc64235
docs(candidate controller): added comments in candidate controller
CodeWithAkthar Aug 16, 2024
916a248
style(format):format the codebase
CodeWithAkthar Aug 16, 2024
c198025
feat(user profile):build updating user details, contact info, reset p…
CodeWithAkthar Aug 16, 2024
d7a7e1d
feat(profile route):build profile route and validations
CodeWithAkthar Aug 16, 2024
b069023
feat(profile route):build profile route and validations
CodeWithAkthar Aug 16, 2024
953f4ef
feat(profile types):build interface for user profile
CodeWithAkthar Aug 16, 2024
3cef581
feat(main routes):routes to main file
CodeWithAkthar Aug 16, 2024
4c9cfac
refactor(env):removed unwanted space
CodeWithAkthar Aug 16, 2024
aa235b4
feat(company name):added company name in candidate controller
CodeWithAkthar Aug 16, 2024
4fb647d
feat(company name):added validation for timeline and email company
CodeWithAkthar Aug 16, 2024
6b6eb84
docs():format the codebase
CodeWithAkthar Aug 16, 2024
47055e7
feat(env):added email and app password for sending email using node…
CodeWithAkthar Aug 17, 2024
fd165aa
feat(get in touch):build get in touch (sending email) using nodemailer
CodeWithAkthar Aug 17, 2024
3ecb03c
feat(get in touch):added route handler for contact page
CodeWithAkthar Aug 17, 2024
2b456c1
docs(format):format the codebase
CodeWithAkthar Aug 17, 2024
ed581b1
fix(bug in upload photo):bug in uploading profile in userprofile
CodeWithAkthar Aug 17, 2024
6185028
feat( user):add delete account functionality
CodeWithAkthar Aug 17, 2024
96fda6d
chore():changes in configuration
CodeWithAkthar Aug 17, 2024
d512bca
Merge branch 'profile/ak' into job/ak
CodeWithAkthar Aug 17, 2024
096fb4c
feat(job):added route to main file (index.ts)
CodeWithAkthar Aug 17, 2024
0ecbe95
feat(job):added jobinterface in typos
CodeWithAkthar Aug 17, 2024
a3f155d
feat(job):build job apply functionality
CodeWithAkthar Aug 17, 2024
0b975fb
feat(job):build job apply schema & model
CodeWithAkthar Aug 17, 2024
50fa576
feat(job):build job apply router in jobrouter file
CodeWithAkthar Aug 17, 2024
40156a5
feat(job):build api for job apply,job list,job details,job search
CodeWithAkthar Aug 17, 2024
bc3c118
feat(job router):build routers for applyjob,joblist,jobdetails,jobsearch
CodeWithAkthar Aug 17, 2024
ea7c029
style(format):format codebase
CodeWithAkthar Aug 17, 2024
09e3eb4
fix(password reseet):corrected error in reset password
CodeWithAkthar Aug 18, 2024
ba88cdf
refactor(candidate list): added more fields to project
CodeWithAkthar Aug 19, 2024
d5bbd38
fix(uploading files):fixed bugs in uploading profile photo,banner,log
CodeWithAkthar Aug 19, 2024
52c6573
refactor(candidate model):removed unwanted code
CodeWithAkthar Aug 19, 2024
70f112f
chore: merge feat/auth, feat/profile, and feat/candidate into sprint-1
CodeWithAkthar Aug 19, 2024
7d01090
refactor(bug in candidate post):added total experience
CodeWithAkthar Aug 19, 2024
a9df0c6
refactor(candidate model):changes in code (salary & experience)
CodeWithAkthar Aug 19, 2024
062b401
refactor(validation):added format for total experience
CodeWithAkthar Aug 19, 2024
d902562
refactor(typos):change in candidate interface
CodeWithAkthar Aug 19, 2024
9904a61
chore: merge feat/job and job/ak into sprint-2
CodeWithAkthar Aug 19, 2024
3cbb6ba
chore: update environment variables
spkcodes Aug 19, 2024
fb4346d
style(style google button): update styles in SCSS file
spkcodes Aug 19, 2024
89fb117
fix(google auth provider): resolve issues in index.js
spkcodes Aug 19, 2024
650dddb
feat(google auth add): enhance login page functionalit
spkcodes Aug 19, 2024
56c2e4f
style(style): update styles in pages.scss
spkcodes Aug 19, 2024
f359d74
fix(authmodel): update authModel with necessary changes
spkcodes Aug 19, 2024
0bc9920
fix(router google auth): adjust authRouter routes and logic
spkcodes Aug 19, 2024
8441d05
feat(creat googleauthcontroller): enhance Google authentication contr…
spkcodes Aug 19, 2024
0df8cdf
fix(add google models): update googleModel with necessary changes
spkcodes Aug 19, 2024
e196f88
feat(job post):added job submission
CodeWithAkthar Aug 20, 2024
4da34e7
feat(job post):added router for job submission
CodeWithAkthar Aug 20, 2024
f1fd073
feat(job post):create schema and model for job submission
CodeWithAkthar Aug 20, 2024
4456cd0
refactor(jobinterface):changes in job interface
CodeWithAkthar Aug 20, 2024
dc3a17d
Refactor App.js for improved structure
spkcodes Aug 20, 2024
3fe1520
Update Navbar component for better logic
spkcodes Aug 20, 2024
be3ea1a
Enhance NavbarDark component functionality
spkcodes Aug 20, 2024
114f69c
fix(profile): improve candidate profile settings page
spkcodes Aug 20, 2024
1ce53ec
refactor(candidate-profile): refine candidate profile page layout
spkcodes Aug 20, 2024
9b61936
update(candidates): adjust candidates listing page structure
spkcodes Aug 20, 2024
f721376
fix(login): enhance login page user experience
spkcodes Aug 20, 2024
b943c12
update(signup): improve signup page validation and flow
spkcodes Aug 20, 2024
a9c42f7
feat(context): add context for state management
spkcodes Aug 20, 2024
46a4bc3
feat(profile): implement profile page
spkcodes Aug 20, 2024
f4ee56a
refactor(candidate controll): update candidate controller logic
spkcodes Aug 20, 2024
cca81d1
refactor(profilecontroller): improve profile controller functionality
spkcodes Aug 20, 2024
46851ea
fix(authmodel): correct issues in auth model
spkcodes Aug 20, 2024
a8554e2
fix(candidate): correct typos in candidate model
spkcodes Aug 20, 2024
570a638
delete: remove outdated google model
spkcodes Aug 20, 2024
f71bca0
fix(utils): resolve typos in utils
spkcodes Aug 20, 2024
6f4fe7f
Merge pull request #17 from fahizp/feat/profile
spkcodes Aug 20, 2024
e06f499
feat(job search):build job searchbar
CodeWithAkthar Aug 20, 2024
a916ad4
refactor(job interface):changes in jobinterface
CodeWithAkthar Aug 20, 2024
443f701
chore(env): update environment variables
spkcodes Aug 21, 2024
db0401c
fix(authcontroller): adjust authentication logic
spkcodes Aug 21, 2024
d5acd14
chore(lock.json): update package-lock.json
spkcodes Aug 21, 2024
db50734
chore(package.json): update package.json
spkcodes Aug 21, 2024
a8427d5
fix: update login page functionality
spkcodes Aug 21, 2024
7a089e1
fix: update profile page functionality
spkcodes Aug 21, 2024
e24e6b9
fix: update signup page functionality
spkcodes Aug 21, 2024
ceb7a72
feat(home search):build unified search controller for jobs and candi…
CodeWithAkthar Aug 21, 2024
5fbd13f
feat(unified search):build route for unified search
CodeWithAkthar Aug 21, 2024
4a60b7e
refactor(types):changes in matchstage interface
CodeWithAkthar Aug 21, 2024
cd27b90
feat(main route):build main router in index.ts for home search
CodeWithAkthar Aug 21, 2024
5140574
Merge pull request #19 from fahizp/feat/home
CodeWithAkthar Aug 21, 2024
7ed8028
chore():removed unwanted code
CodeWithAkthar Aug 21, 2024
89f403a
style(pages): update styles for login and signup pages
spkcodes Aug 21, 2024
806d201
fix(login): improve login page functionality
spkcodes Aug 21, 2024
f607de6
fix(signup): enhance signup page functionality
spkcodes Aug 21, 2024
608f2d4
Merge pull request #20 from fahizp/feat/profile
spkcodes Aug 21, 2024
cd84510
feat(job-search): enhance search functionality
CodeWithAkthar Aug 21, 2024
89c067f
chore(job model):removed industry from job model
CodeWithAkthar Aug 21, 2024
f8fd3d5
fix(signup): improve signup page functionality
spkcodes Aug 21, 2024
d71eab7
Merge pull request #21 from fahizp/bugs/job
CodeWithAkthar Aug 21, 2024
f438cab
Merge pull request #22 from fahizp/sprint-1
CodeWithAkthar Aug 21, 2024
48ff4be
Merge pull request #23 from fahizp/sprint-2
CodeWithAkthar Aug 21, 2024
ff8be2e
Merge pull request #24 from fahizp/completeCode
fahizp Aug 21, 2024
05b468a
chore(deps): update dependencies
spkcodes Aug 22, 2024
130bfd1
style(pages): update styles for pages
spkcodes Aug 22, 2024
5a6e67f
fix(navbar): enhance navbar components
spkcodes Aug 22, 2024
273bd12
feat(pages): update candidate profile and candidates pages
spkcodes Aug 22, 2024
106322d
chore(env): update environment configuration
spkcodes Aug 22, 2024
5962156
fix(candidate): update candidate controller logic
spkcodes Aug 22, 2024
996eeec
chore(env): update environment configuration
spkcodes Aug 22, 2024
c7bd9ac
Remove sensitive data from history and recommit changes
spkcodes Aug 22, 2024
de36c23
Merge pull request #28 from fahizp/frontend
fahizp Aug 22, 2024
26960f2
feat(fetching user details):build user fetching in profile controller
CodeWithAkthar Aug 22, 2024
a209092
feat(fetching user route):build router for user details in profile r…
CodeWithAkthar Aug 22, 2024
3773265
fix(authcontoller):bug in userlogin
CodeWithAkthar Aug 22, 2024
3484fe9
fix(auth):googleid duplicastion issue
CodeWithAkthar Aug 22, 2024
7eb2e3a
refactor(auth model):change in googleid field
CodeWithAkthar Aug 22, 2024
0e1fb3b
refactor(auth model):change in googleid field
CodeWithAkthar Aug 22, 2024
8d285aa
refactor(delete account):added error handling for aws delete object
CodeWithAkthar Aug 22, 2024
03d0b95
refactor(delete account):added error handling for aws delete object
CodeWithAkthar Aug 22, 2024
750f271
chore(env): update environment configuration
spkcodes Aug 23, 2024
b70df1a
fix(auth): update authentication logic in controller
spkcodes Aug 23, 2024
6eeafc1
feat(profile): enhance profile management logic
spkcodes Aug 23, 2024
d7131d4
fix(auth): update authentication model for better integration
spkcodes Aug 23, 2024
b02aa45
refactor(router): improve candidate routing logic
spkcodes Aug 23, 2024
62858eb
refactor(router): refine profile routing logic
spkcodes Aug 23, 2024
7f42781
style(pages): update styles for various pages
spkcodes Aug 23, 2024
bfabaae
feat(logout): implement logout functionality
spkcodes Aug 23, 2024
29247f8
refactor(context): update UserContext logic
spkcodes Aug 23, 2024
df36e03
feat(candidate-profile): enhance profile setting functionality
spkcodes Aug 23, 2024
d98b96c
feat(login): update login page functionalities
spkcodes Aug 23, 2024
5646bb2
feat(profile): improve profile page structure
spkcodes Aug 23, 2024
f066d28
feat(signup): enhance signup page features
spkcodes Aug 23, 2024
15b7c25
feat(contactInfo): add contact information component
spkcodes Aug 23, 2024
2541415
feat(delete): implement delete functionality
spkcodes Aug 23, 2024
959dbca
feat(resetPassword): implement password reset functionality
spkcodes Aug 23, 2024
c497028
feat(contactInfo): update contact information component
spkcodes Aug 23, 2024
1b8d289
feat(profile): improve profile page layout and structure
spkcodes Aug 23, 2024
0b312cf
Merge pull request #29 from fahizp/frontend
fahizp Aug 23, 2024
1f8c5dc
feat(joblist):added list with applied jobs and unapplied
CodeWithAkthar Aug 28, 2024
f1aba11
refactor(correction):removed unwanted codes
CodeWithAkthar Aug 28, 2024
14ec8ab
refactor(job router):added userid in job router
CodeWithAkthar Aug 28, 2024
f7a68ae
refactor(typos):removed unwanted code
CodeWithAkthar Aug 28, 2024
a7f1d5b
docs(jobcontroller):added comments
CodeWithAkthar Aug 28, 2024
78eddce
Merge branch 'develop' into backend
CodeWithAkthar Aug 28, 2024
942f926
feat(config): update environment variables for improved configuration
spkcodes Aug 28, 2024
4163fde
feat(home): refactor home controller for enhanced functionality
spkcodes Aug 28, 2024
96431be
feat(job): update job controller for better job management
spkcodes Aug 28, 2024
ed37d7a
feat(core): update index file for better app initialization
spkcodes Aug 28, 2024
80051a6
feat(core): update App component for enhanced functionality
spkcodes Aug 28, 2024
0d68a68
feat(styles): update pages stylesheet for improved styling
spkcodes Aug 28, 2024
9faeae2
feat(ui): improve formSelect component for better usability
spkcodes Aug 28, 2024
246605c
feat(pages): update candidates page for enhanced functionality
spkcodes Aug 28, 2024
d40f7b8
feat(pages): refactor contact us page for improved layout
spkcodes Aug 28, 2024
93bcb18
feat(pages): update index page for improved user experience
spkcodes Aug 28, 2024
efccb9d
feat(pages): enhance job application page with new features
spkcodes Aug 28, 2024
468a92b
feat(pages): improve job detail page for better information display
spkcodes Aug 28, 2024
391bd56
feat(pages): update job list page for enhanced job browsing
spkcodes Aug 28, 2024
65d9e6d
feat(pages): improve job post page for better functionality
spkcodes Aug 28, 2024
3895d35
feat(pages): enhance profile page with new user features
spkcodes Aug 28, 2024
a98d972
feat(pages): update search results page for better search functionality
spkcodes Aug 28, 2024
81e86af
Merge pull request #31 from fahizp/backend
fahizp Aug 29, 2024
534ca12
feat(forget password):added forget feature in authcontroller
CodeWithAkthar Aug 29, 2024
f10c90e
refactor( auth model): added new field in authmodl (expiresAt)
CodeWithAkthar Aug 29, 2024
47947f8
feat(forget password):added router for forget and reset password
CodeWithAkthar Aug 29, 2024
da116db
Merge branch 'backend' of https://github.com/fahizp/Job_In into backend
CodeWithAkthar Aug 29, 2024
02d12c3
Merge pull request #32 from fahizp/backend
fahizp Aug 29, 2024
8ccf20b
feat(get in touch):build getintouch in candidate controller
CodeWithAkthar Aug 29, 2024
27e0ed7
feat(get in touch):build getintouch router in candidaterouter
CodeWithAkthar Aug 29, 2024
ec00f25
refactor(joblist):added middleware joblist router
CodeWithAkthar Aug 29, 2024
d45737b
refactor(joblist):added middleware for joblist router
CodeWithAkthar Aug 29, 2024
fc3025f
refactor(space):removed unwanted sapce
CodeWithAkthar Aug 29, 2024
b6f2963
refactor(space):removed unwanted sapce
CodeWithAkthar Aug 29, 2024
f3df26f
refactor(deps): update package-lock.json for dependency changes
spkcodes Aug 29, 2024
df1144a
refactor(deps): update package.json with new dependencies
spkcodes Aug 29, 2024
14b6bfe
style(ui): improve navbar component for better navigation
spkcodes Aug 29, 2024
a7b5139
refactor(ui): update navbarDark component for better dark mode support
spkcodes Aug 29, 2024
c77df0e
feat(pages): enhance search results page for improved functionality
spkcodes Aug 29, 2024
1207685
enhance(profile): update candidate profile settings for better user c…
spkcodes Aug 29, 2024
fe55803
enhance (profile): enhance candidate profile page for improved user e…
spkcodes Aug 29, 2024
ab0402f
feat(pages): improve contact us page for better communication
spkcodes Aug 29, 2024
ef6e9dc
feat(pages): enhance job application page for smoother application pr…
spkcodes Aug 29, 2024
3346d68
feat(pages): update job post page for better posting experience
spkcodes Aug 29, 2024
98d89f3
refactor(auth): improve signup page for better user registration
spkcodes Aug 29, 2024
4e0c47e
refactor(auth): update login page for improved authentication process
spkcodes Aug 29, 2024
d15f483
refactor(config): update environment variables for improved configura…
spkcodes Aug 29, 2024
304b735
refactor(routes): update auth router for better authentication handling
spkcodes Aug 29, 2024
2c8b5db
refactor(routes): enhance candidate router for improved candidate man…
spkcodes Aug 29, 2024
15b9181
refactor(pages): improve job listing page for better job discovery
spkcodes Aug 29, 2024
8f32a49
chore(config): update environment variables for improved configuration
spkcodes Aug 29, 2024
4c32f46
feat(controller): enhance job controller for improved job handling
spkcodes Aug 29, 2024
632d883
refactor(controller): update profile controller for better profile ma…
spkcodes Aug 29, 2024
cbebafc
refactor(typos):added refreshtoken in UserSignUpInterface
CodeWithAkthar Aug 29, 2024
8e7ebd6
refactor(added new field):added refreshtoken field
CodeWithAkthar Aug 29, 2024
194db34
fix(refreshtoken):fixed refreshtoken errors
CodeWithAkthar Aug 29, 2024
4072d6b
refactor(middlware):added middleware to logout route
CodeWithAkthar Aug 29, 2024
222e842
refactor():changes in refresh token expiration
CodeWithAkthar Aug 29, 2024
a864bf0
Merge pull request #33 from fahizp/frontend
fahizp Aug 29, 2024
946ffa4
Merge branch 'develop' into backend
CodeWithAkthar Aug 29, 2024
134b0e1
Merge pull request #34 from fahizp/backend
fahizp Aug 30, 2024
4cece9e
fix():fixed error jobcontroller
CodeWithAkthar Aug 30, 2024
13fb523
fix(job search):fixed the bugs in job search
CodeWithAkthar Aug 30, 2024
32456ba
fix(profile updates):fixed the bugs in profile updates
CodeWithAkthar Aug 30, 2024
89f36d4
refactor(home search):enchanced home search
CodeWithAkthar Aug 30, 2024
58e2598
fixed(auth username):set username to unique
CodeWithAkthar Aug 30, 2024
bba1aac
fix(joblist):fixed the bugs in joblisting
CodeWithAkthar Aug 31, 2024
06b9376
fix(email):fixed the bugs in get in touch
CodeWithAkthar Aug 31, 2024
c0c16f3
Merge pull request #35 from fahizp/bugs/backend
fahizp Sep 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PORT= 8001
MONGO_URI="mongodb+srv://jobinstoreproject:admin@jobinstore.gliysct.mongodb.net/Jobin"
ACCESS_TOKEN=TEJL4TfOAqRrwC9YtSGjkpiIFLCr03avEO3+GOnYbts=
REFRESH_TOKEN=Hcb5xqF4a30piYDEyoyfgklHlx2LjIYqsYr4QkHl3fM=
ACCESS_KEY_EXPIRY ='15m'
REFRESH_KEY_EXPIRY ='6d'

APP_PASSWORD = aect ouub afxw gvag
EMAIL=jobinstoreproject@gmail.com


Binary file added backend/.gitignore
Binary file not shown.
2 changes: 2 additions & 0 deletions backend/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
node_modules/
16 changes: 16 additions & 0 deletions backend/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"jsxSingleQuote": true,
"jsxBracketSameLine": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"quoteProps": "as-needed",
"embeddedLanguageFormatting": "auto"
}
10 changes: 10 additions & 0 deletions backend/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import globals from 'globals';
import pluginJs from '@eslint/js';
import tseslint from 'typescript-eslint';

export default [
{ files: ['**/*.{js,mjs,cjs,ts}'] },
{ languageOptions: { globals: globals.browser } },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
5 changes: 5 additions & 0 deletions backend/nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"watch": ["src"],
"ext": ".ts,.js",
"exec": "ts-node ./src/index.ts"
}
Loading