GitXplorerGitXplorer
a

shaqo-sahal

public
12 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
8b623326d536734dfdc43e0b382e3459e8537f16

Update README.md

aabdinasir-Tman committed 9 months ago
Unverified
12cb2abc9470c444479b8068af6d4a3113841460

m

aabdinasir-Tman committed a year ago
Unverified
1eefcd1e55ec99b0d8f867fbd73ae3a38e5044cb

m

aabdinasir-Tman committed a year ago
Unverified
8a5599a79d505b27e601365ef9d32e1fd40241d2

m

aabdinasir-Tman committed a year ago
Unverified
e5482ece711a3167891c442e5fe5cb04afaec8da

m

aabdinasir-Tman committed a year ago
Unverified
cb2354d39a47538afac8dc88d555344862c47f29

m

aabdinasir-Tman committed a year ago

README

The README file for this repository.
# Web-Based Job Seekers Platform ## Description The Web-Based Job Seekers Platform is a full-stack application designed to connect job seekers with potential employers. It allows job seekers to create profiles, upload resumes, and apply for jobs, while employers can post job listings and manage applications. ## Features - User authentication and profile management - Resume upload and management - Job listings with advanced search and filter capabilities - Application submission and tracking - Employer dashboard to post jobs and manage candidates - Real-time notifications - Responsive design for mobile and desktop usage ## Technologies - Next.js - Prisma - MongoDB - Tailwind CSS - Node.js ## Installation ### Prerequisites - Node.js - npm or yarn - MongoDB ### Setup Clone the repository to your local machine: ```bash git clone https://github.com/abdinasir-Tman/shaqo-sahal cd your-repo-name ``` Install the dependencies: ```bash npm install # or yarn install ``` ### Environment Variables Create a `.env` file in the root directory and add the following: ```env DATABASE_URL="your-mongodb-connection-string" JWT_SECRET="your-secret-key" ``` ### Running the Application To start the development server, run: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. ## Deployment To deploy this project, you can use platforms like Vercel or Netlify that support Next.js deployments. Follow the instructions provided by these platforms to deploy your application. ## Contributing Contributions to the project are welcome! Please follow these steps: 1. Fork the repository. 2. Create a new branch (`git checkout -b feature-branch`). 3. Make your changes and commit them (`git commit -am 'Add some feature'`). 4. Push to the branch (`git push origin feature-branch`). 5. Create a new Pull Request. Please ensure your code adheres to the existing style and all tests pass. ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details. ``` Replace `https://github.com/your-username/your-repo-name.git` with the actual URL of your GitHub repository and `your-mongodb-connection-string` with your MongoDB connection string. The `JWT_SECRET` should be a secure, random string that you generate. This `README.md` file gives anyone who comes across your repository a clear understanding of what the project is, how to set it up, and how to contribute to it. It's a living document, so you should keep it updated as your project evolves. ``` # s h a q o - s a h a l