All Projects → Anupam-dagar → Portfolio Generator

Anupam-dagar / Portfolio Generator

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

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Portfolio Generator

Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (-88.55%)
Mutual labels:  heroku, portfolio, django, jquery
Authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
Stars: ✭ 2,854 (+1619.28%)
Mutual labels:  django, oauth2, oauth
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-23.49%)
Mutual labels:  django, oauth2
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (-19.88%)
Mutual labels:  portfolio, portfolio-website
Ngx Oauth
OAuth 2.0 proxy for nginx written in Lua.
Stars: ✭ 146 (-12.05%)
Mutual labels:  oauth2, oauth
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+7059.04%)
Mutual labels:  oauth2, oauth
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-24.1%)
Mutual labels:  oauth2, oauth
Minimalist Portfolio
A simple minimalist one page portfolio. Link:
Stars: ✭ 136 (-18.07%)
Mutual labels:  portfolio, portfolio-website
Theden.sh
Personal website 🌊
Stars: ✭ 118 (-28.92%)
Mutual labels:  portfolio, portfolio-website
Developerfolio
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 2,814 (+1595.18%)
Mutual labels:  portfolio, portfolio-website
Portfoliohub
Your portfolio is captured here!
Stars: ✭ 152 (-8.43%)
Mutual labels:  portfolio, portfolio-website
Bovespastockratings
Crawler for Fundamental analysis platform for BOVESPA stocks, generating a score for each share according to the selected criteria on the indicators.
Stars: ✭ 154 (-7.23%)
Mutual labels:  heroku, django
Fosite
Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
Stars: ✭ 1,738 (+946.99%)
Mutual labels:  oauth2, oauth
Vertx Auth
Stars: ✭ 122 (-26.51%)
Mutual labels:  oauth2, oauth
Fresh
🍋 A token refresh library for Dart.
Stars: ✭ 128 (-22.89%)
Mutual labels:  oauth2, oauth
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-26.51%)
Mutual labels:  django, jquery
Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-18.67%)
Mutual labels:  portfolio, portfolio-website
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-4.22%)
Mutual labels:  django, jquery
Swiftlysalesforce
The swiftest way to build iOS apps that connect to Salesforce
Stars: ✭ 115 (-30.72%)
Mutual labels:  oauth2, oauth
Node Oauth2 Server Example
Working oauth2 server with minimal configuration
Stars: ✭ 115 (-30.72%)
Mutual labels:  oauth2, oauth

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].