Skip to content

HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps

License

Notifications You must be signed in to change notification settings

ankitgargsma/Portfolio-Generator

 
 

Repository files navigation

Portfolio-Generator

A webapp made in Django to generate a portfolio.

A sample portfolio built using hoxnox can be seen at https://hoxnox.herokuapp.com/AnupamDagar/26/

Generate your portfolio in 3 easy steps:

  1. Login or #
  2. Enter required details.
  3. View your generated portfolio.

Download dependencies

Always use virtual environment
pip install -r requirements.txt

Running project locally

  1. After cloning the repo you need to generate a Secret Key to run this project locally.
  2. Generate a Secret Key using Django Secret Key Generator.
  3. Copy the Secret Key to your clipboard and paste in the Line 25 of settings.py file in myproject folder.
  4. After installing the dependencies, in the terminal run python manage.py makemigrations
  5. After that run python manage.py migrate to apply the migartions.
  6. To run the server type python manage.py runserver.
  7. The server will start running on port 9000 of your localhost.
  8. To create an admin account type python manage.py createsuperuser in the terminal and fill in the details.
  9. Now you can login using those credentials

About

HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.7%
  • JavaScript 27.7%
  • HTML 15.6%