Create your own portfolio. Add information about yourself, your best projects and share it with other people.
Install all dependencies
pip install -r requirements.txt
Set the settings in settings.py to run the project
CLOUDINARY_STORAGE = {
'CLOUD_NAME': "CLOUD_NAME of cloudinary storage",
'API_KEY': "API_KEY of cloudinary storage",
'API_SECRET': "API_SECRET of cloudinary storage"
}
EMAIL_HOST_USER = "Addres of the mail from which messages will be sent"
EMAIL_HOST_PASSWORD = "Password of the mail from which messages will be sent"
Install node.js and npm/yarn
Run commands:
cd portfolio_frontend
yarn install
yarn build
Change settings.py
REACT_FRONTEND = True
- Python 3.10.1
- Django 4.0
- Django REST Framework 3.12.4
- React.js