Skip to content

🖌 Website for creating a portfolio with information about a person, his projects and his contact information.

License

Notifications You must be signed in to change notification settings

NikOneZ1/createfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Createfolio

example workflow Python 3.10

Create your own portfolio. Add information about yourself, your best projects and share it with other people.

a

How to install

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"

How to run project with react frontend

Install node.js and npm/yarn

Run commands:

cd portfolio_frontend
yarn install
yarn build

Change settings.py

REACT_FRONTEND = True

Technologies used

  • Python 3.10.1
  • Django 4.0
  • Django REST Framework 3.12.4
  • React.js

About

🖌 Website for creating a portfolio with information about a person, his projects and his contact information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published