Code Monkey home page Code Monkey logo

portfolio-creator-docs's Introduction

LOGO

This project is a PHP-based portfolio creator that stores standardized data in a MySQL database. Additionally, it provides users with the ability to create their own custom templates.

Repo: https://github.com/abdalazard/PortfolioCreator

Current Project Status

  • Step 1 Completed: Implementation of the portfolio builder.
  • Step 2 Completed: working on the portfolio editing feature and deletion option.
  • Step 3 Completed: Developing the template system and the ability to select different styles.
  • Step 4 Completed: Testing - Working at
  • Step 5 Completed: Update user data modal.

Status

Contributions

This project is open source, and contributions are highly welcome! If you have ideas, suggestions, or corrections, feel free to open an issue or submit a pull request.

Technologies Used

  • Backend: PHP 7.4.33
  • Frontend: jQuery 3.5.1
  • Database: MySQL 8.0.30

How to Contribute

  1. Fork the repository

  2. Create a branch for your contribution (git checkout -b new-feature)

  3. Make desired changes and commit (git commit -m 'Adding new feature')

  4. Push to the branch (git push origin new-feature)

  5. Open a pull request.

What I need to know before start the project

    Create a .env file. In terminal line, write: touch db/.env. Now you’ll find the .env inside of db/ folder.

    Create a empty database for this project and then fill up the .env file with your database information:


      PROJECT_NAME = mydatabase
DB_HOST = localhost
DB_USERNAME = root
DB_PASSWORD = mypassword
MY_PORTFOLIO_NAME = mydatabase
MY_PORTFOLIO_PAG = https://my-website.com

      In terminal, install all dependencies: composer install

      For the last, in terminal command line you need to write the next command line for create your user access: php migrate.php

    Default user:


        Login: admin
Default password: 123

How to create and work your own template:

On the template preview page, you can create a new one by clicking the button "Create template". Upon entering the name and clicking create, a folder with three files (HTML, CSS and JavaScript) bearing the same name as your template will be created in the templates folder. You can edit these files and see the results on the template preview page.


I appreciate your contributions in advance!

portfolio-creator-docs's People

Contributors

abdalazard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.