Skip to content

juanmartinez890/free-ebay-templates

Repository files navigation

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, 'demo@email.com', '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

About

Contains the entire web app free ebay templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published