Giter VIP home page Giter VIP logo

free-ebay-templates's Introduction

Free eBay Template Web App

alt text alt text alt text

Getting Started

Have you seen other eBay actions using some fancy html templates and you want to do the same but you do not know how to do it? Well, I have a B.S. in Computer Science and I can tell you something, it is pretty boring and time consuming to write HTML and CSS. That is why I created a pretty useful tool that generates free eBay Templates. If you want to use it right now, you can Login here. If you are clueless on how add html to your eBay listing description, please keep reading. Live Demo: juanjmartinez.com/freeebaytemplates/app/ Learn More: juanjmartinez.com/freeebaytemplates/

Prerequisites

LAMP, MAMP or WAMP Enviroment

Installing

  1. clone the repo

git clone https://github.com/juanmartinez890/free-ebay-templates.git

  1. create a database and the user table open sql and run:

-- -- Database: freeebaytemplates


-- -- Table structure for table USERS

CREATE TABLE USERS ( Uid int(10) NOT NULL, Uemail varchar(25) NOT NULL, Upassword varchar(50) NOT NULL, Utype int(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO USERS (Uid, Uemail, Upassword, Utype) VALUES (1, '[email protected]', 'demo', 3);

-- -- Indexes for table USERS

ALTER TABLE USERS ADD PRIMARY KEY (Uid);

-- -- AUTO_INCREMENT for table USERS

ALTER TABLE USERS MODIFY Uid int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

3.Then, modify the config.php file

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • AngularJS - JavaScript-based open-source front-end web application framework
  • PHP - PHP is a popular general-purpose scripting language that is especially suited to web development.
  • Bootstrap - Bootstrap is an open source toolkit for developing with HTML, CSS, and JS.
  • Bootswatch
  • clipboard.js - Copy to clipboard without flash
  • Trix js - Trix is a WYSIWYG editor for writing messages, comments, articles, and lists

Authors

  • Juan J. Martinez

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Coded with

free-ebay-templates's People

Contributors

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