• Stars
    star
    176
  • Rank 216,987 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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/

Please note that currently only Google oauth is working on the hosted app at https://hoxnox.herokuapp.com

Generate your portfolio in 3 easy steps:

  1. Login or signup
  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 8000 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

More Repositories

1

awesome-first-timers

Place to contribute if you are a first timer
Ruby
363
star
2

GitHub-Education-Portfolio

A portfolio made using React and tools from GitHub Student Developer Pack
JavaScript
59
star
3

react-Hasura-todo

A react todo app using Hasura Graphql engine
JavaScript
19
star
4

omega-bot-zulip

Omega is a multi functionality Zulip chat bot
Python
14
star
5

Data-Visualisation-Facebook-Chat

Python Script to visualise your facebook chat with your friend
Python
14
star
6

RESTAPI

RESTAPI for Hotel Management System
Python
6
star
7

Frontend-starter

Creates neccessary files and directories required for any front end website
Python
5
star
8

baileys

Build powerful backends effortlessly with speed and simplicity in Golang
Go
4
star
9

Android-Learning

This repo contains code for the different apps created as a part of learning java and kotlin
Kotlin
4
star
10

Quote-from-Yourquote.in

Python package to get a quote from yourquote.in for the specified tag.
Python
2
star
11

computer-networks-assignments

All the assignments for computer networks course
C
2
star
12

Hackerearth-solutions

Solutions for hackerearth problems.
2
star
13

Leave-management-portal

A leave management portal.
Python
2
star
14

GitHub-Data

Using GitHub API to list user data
CSS
1
star
15

imdb-scraper

Scrap data from IMDb
Python
1
star
16

advanced-math-calculator-Python-

An advanced mathematical calculator made using newton api and python.
Python
1
star
17

Portfolio-Anupam-Dagar

HTML
1
star
18

library-management-system

Library Management System in Django
Python
1
star
19

automated-wallpaper

Python script to change wallpaper automatically after certain interval of time.
Python
1
star
20

DRF-Websocket-Django-Backend

DRF & Websocket Django Backend
Python
1
star
21

tabmaster

A chrome extension which enables you to quickly search and switch between tabs.
JavaScript
1
star