https://github.com/syntaxrender/jobportal-mern-app
https://github.com/syntaxrender/jobportal-mern-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/syntaxrender/jobportal-mern-app
- Owner: SyntaxRender
- Created: 2024-06-18T14:16:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T07:18:03.000Z (about 2 years ago)
- Last Synced: 2026-01-22T16:23:23.025Z (5 months ago)
- Homepage:
- Size: 7.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MERN JobPortal Web App
This is a JobPortal Web App developed using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It allows both employers and job seekers to log in, post and view jobs, and apply for jobs directly through the platform.


Features
Authentication:
Users can sign up and log in securely. Employers and job seekers have separate authentication flows.


Employer Dashboard:
Employers can post jobs, create job categories, and access an admin dashboard to manage posted jobs.

Job Seeker Dashboard:
Job seekers can view available jobs, filter by categories, and apply for jobs directly through the platform.


Responsive Design:
The web app is designed to be fully responsive, ensuring a seamless experience across devices.
Tech Stack
Frontend:
React.js, Redux (for state management), Tailwind CSS (for styling)
Backend:
Node.js, Express.js
Database:
MongoDB (with Mongoose for object modeling)
Authentication:
JSON Web Tokens (JWT) for user authentication.
Other Libraries/Tools:
Axios for HTTP requests, bcrypt for password hashing, etc.
contributing:
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.