A backend developed with django framework (python), it is important to consider that it was used aws s3 to save curriculum files, so you will need this service to run the project, otherwise you will need to use another service and configure it by yourself
- Clone repository
- Initialize a virtual environment
- Install dependencies from
requirements.txt
with
pip install -r requirements.txt
- Copy
.env.template
file and rename it to.env
and fill needed variables - Run project with
python manage.py runserver