Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokesh-7977/job_listing
https://github.com/lokesh-7977/job_listing
cors express-js mongodb moongose node-js react
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lokesh-7977/job_listing
- Owner: lokesh-7977
- Created: 2023-08-03T04:51:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T05:33:57.000Z (over 1 year ago)
- Last Synced: 2023-11-15T18:41:31.901Z (about 1 year ago)
- Topics: cors, express-js, mongodb, moongose, node-js, react
- Language: JavaScript
- Homepage:
- Size: 836 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JobListing Platform (MERN Stack)
A full-stack job listing platform built with the MERN (MongoDB, Express.js, React, Node.js) stack. This platform allows job seekers to search for jobs and submit applications, while employers can post job listings and manage applicants.
## Features
- **User Authentication**: Secure user registration and authentication system.
- **Job Search**: Job seekers can search for jobs based on keywords and location.
- **Job Posting**: Employers can post job listings with details and requirements.
- **Application Management**: Job seekers can view and manage their job applications.
- **Real-time Notifications**: Users receive real-time notifications for job application updates.
- **Admin Panel**: Admins can manage users, job listings, and applications.
- **Responsive Design**: A responsive user interface for seamless access on all devices.## Tech Stack
- **Frontend**: React.js, Redux for state management, HTML, CSS.
- **Backend**: Node.js, Express.js.
- **Database**: MongoDB for storing user data, job listings, and applications.
- **Authentication**: JWT (JSON Web Tokens) for secure user authentication.