Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ua-denis/resume-management-system
https://github.com/ua-denis/resume-management-system
clean-architechture php symfony
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ua-denis/resume-management-system
- Owner: ua-denis
- Created: 2024-06-23T18:28:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T00:21:39.000Z (5 months ago)
- Last Synced: 2024-09-30T17:21:22.790Z (about 2 months ago)
- Topics: clean-architechture, php, symfony
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Management System
## Description
A web application for managing resumes and company profiles, and tracking reactions to resumes. Built using Symfony,
Doctrine ORM, and Bootstrap for the front end.## Features
- Company management: create, update, delete, and view companies.
- Resume management: create, update, delete, and view resumes.
- Reaction tracking: track and manage reactions to resumes.## Requirements
- PHP 8.2
- Symfony 5.x
- MySQL 8
- Composer
- Node.js (for front-end dependencies)## Installation
1. Install dependencies:
```sh
composer install
npm install
```## Configuration
- Database configuration: `.env`
- Services configuration: `config/services.yaml`
- Doctrine configuration: `config/packages/doctrine.yaml`