Coder Social home page Coder Social logo

applh / formation-marketplace Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 174.96 MB

Build your own marketplace with PHP+SQL

License: MIT License

PHP 2.09% CSS 4.06% JavaScript 25.03% Hack 0.04% Python 0.36% Shell 0.01% Jupyter Notebook 68.25% TypeScript 0.05% HTML 0.11%

formation-marketplace's Introduction

formation-marketplace

Build your own marketplace with PHP+SQL

PHP as local web server

.
└── marketplace
    ├── LICENSE
    ├── README.md
    └── public
        └── index.php
    
# go to the public/ folder
# and start the web server with this command
php -S localhost:9876

OR

php framework.php web 9876

  • Inside VSCode, you can develop by SSH and use port forwarding to view the web page in your local browser

  • Inside VSCode, you can also use the "PHP Server" extension to start the web server

CODING RECIPES

ARCHIVES

V0.3.0 MEMBER AREA

  • Admin area can be a bit messy as admins can do everything

  • Member area is a very important as it's the public face of your app

    • To build a strong community quickly
    • Member area is the place where you can monetize your app
    • Member area is the place where you can build a strong community
    • Member area must be easy to use and understand
    • Member area must be easy to customize
    • Member area must be easy to extend
    • Member must be secured and performant
  • debug and improvements

    • add template member.php
    • add Vue form login
    • add Vue form register
    • add Vue form forgot password
    • add Vue form reset password
    • add Vue form profile
    • add Vue form logout
    • add Vue form delete account
    • add Vue form change password
    • add Vue form change email
    • add Vue form change username
    • add Vue form change avatar
    • add Vue form change cover
    • add Vue form change bio
    • add Vue form change location
    • add Vue form change website
    • add Vue form change birthday

V0.3.1 VIDEO SLIDEHOW TEMPLATE

V0.3.2 VIDEO SLIDEHOW TEMPLATE

  • add json data to video slideshow template

V0.3.3 MEMBER AREA

  • add member page forms: register and login

V0.3.4 MEMBER AREA

  • refactor js modules in PHP template mjs.php
  • add subfolders compos and forms for vue components modules and forms modules
  • form front and back are centralized in the db table geocms with path formand form/input

V0.3.5 ADMIN FORM BUILDER

  • add admin form builder

    • drag and drop fields order
    • add/remove fields
    • so easy with Uikit Sortable and Vue 😎
  • simplify form infos in db table geocms

    • only one SQL line for complete form infos
    • content column is a JSON string
    • process_response in separated column code to keep easier coding
  • debug and improvements

    • debug o-commix import (remove .js extension)

CREDITS

  • Thanks to Pexels for the free images and videos
  • Thanks to Lorem Picsum for the free images

formation-marketplace's People

Contributors

applh 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.