Project developed during the Software engineering course, taken in the 3rd year (2022-2023) at the Faculty of Mathematics and Computer Science, University of Bucharest.
- Diana Cordun
- Maria Pătulea
- Raluca Sandu
- Filip Constantin
- Vlad Toader
The application helps users build their resumes based on their LinkedIn profile information. After the user puts their LinkedIn profile link, they are able to choose between 3 resume templates and they can also add a 'Projects' section to their resume in which they can put their most relevant projects. This can be an useful feature for students who do not have work experience.
The full documentation can be found on the Wiki page of the repository.
Here you can find the demo of the application.
ASP .NET Core, React
- Make sure that Visual Studio, SSMS and SQL Server Express are installed
- Create a database for this project
- Put the connection string in the user secrets
- Update the database (
update-database
) - Run the application
- Make sure that npm and Visual Studio Code is installed
- Open the terminal in the
frontend
folder and runnpm install
npm start
to start the frontend app