A portfolio website generator. You can enter your details and it will provide you with ready-made HTML code for your very own portfolio page.
- Fork the repository using the button at the top or this link.
- Clone the repository by typing in the Terminal
git clone https://github.com/< USERNAME >/Portfolyser.git
- Navigate inside the directory
cd Portfolyser/
- Enter
npm i
in the Terminal of the project directory. - Go to config folder and create a
config.env
file. - Enter
node app.js
to run the app. - Open up your browser and visit the url
localhost:3100
to view the app.
PORT = 3100
MONGO_URI= <your mongodb url for connection>
clientId_google = <your clientId for google>
clientSecret_google = <your clientSecret for google>
clientId_github = <your clientId for github>
clientSecret_github = <your clientSecret for github>
If you don't have your own clientId's , you can text me on discord I will send you mine.
Currently the website is bare-bones and we look to completing it as a finished project through Code Peak. We welcome your contributions in:
- UI improvements
- Beautifying the template
- Adding appropriate forms and buttons
- Incase you encounter any new error/issue please mention it
The project is inspired by Readme-Generator project.
We have also used the template by Too Minimal as our current Portfolio Template.