Career is a web platform built using C# 11 and ASP.NET Core 7 that aims to provide a comprehensive job-seeking and recruitment solution, similar to popular job platform kariyer.net.
It is written only for educational purposes and not suitable for any kind of organization in its current state.
⚠️ Current version supports only one Company account!
- Create, Review, Update and Delete Job Posts
- Visualization of candidate data with charts.
- Notification system for job recruitment
- Various ordering options during candidate selection.
- View candidate resumes.
- Build your detailed CV with a vast amount of features from contact info to any kind of skill
- Filter job posts to suit your needs.
- Apply a job and get notified when recruiter wants you in.
- Account managment
- Visual Studio with C# & asp.net core
- Microsoft SQL Server
Clone the repository and open it via Visual Studio
git clone https://github.com/tarik-sen/Career.git
⚠️ If dotnet-ef is not installed, run "dotnet tool install --global dotnet-ef".
Create a terminal and run these commands (change the with a proper - strong - password) to create the database and set user & admin account passwords.
dotnet ef database update
dotnet user-secrets set UserPW <PW>
dotnet user-secrets set AdminPW <PW>
That's all, run the application and enjoy your time!
Contributions are welcome! If you find a bug or have an enhancement in mind, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Screenshot: A preview of the Career platform's home page.
Screenshot: A preview of the Career platform's job openings page.
Screenshot: A preview of the Career platform's log in page.
Screenshot: A preview of the Career platform's job application page.
Screenshot: A preview of the Career platform's account managment page.
Screenshot: A preview of the Career platform's recruiter hire page.
Screenshot: A preview of the Career platform's recruiter applicant resume view page.
Screenshot: A preview of the Career platform's recruiter job CRUD operations page.