Skip to content

Portfolio Generator is a webapp that let users to create responsive portfolio without any frontend or backend knowledge.

Notifications You must be signed in to change notification settings

rishabhvarshney14/Portfolio-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Generator

Portfolio Generator is a webapp that let users to create responsive portfolio without any frontend or backend knowledge.

You can check the web app at https://portfolio-generator1.herokuapp.com/

A sample portfolio built with this can be seen at https://portfolio-generator1.herokuapp.com/lorum01/

Portfolio Generator is created with Django.

You provide it your data and it will create a portfolio website for you without worrying much about Setting up your System or anything.

Running the project locally

Before setting up the project please create a virtual enviornment (check this tutorial for more info).

  1. Clone this repo and navigate to the cloned directory from your terminal or cmd.
  2. run pip install -r requirements.txt to install the required libraries.
  3. You also need to generate a secret id to run this project which can be generated from here. Once you have your secret key paste it into portfolio_gen/settings.py line: 12.
  4. run python manage.py migrate to make all the required migrations.
  5. To run the server, run python manage.py runserver
  6. Enjoy!

About

Portfolio Generator is a webapp that let users to create responsive portfolio without any frontend or backend knowledge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published