e-mart icon indicating copy to clipboard operation
e-mart copied to clipboard

:hammer: Online Marketplace

E-Mart

Built with Grunt

E-Mart is a prototype for an online marketplace - similar to Ebay. The app uses AngularJS and employs a MySQL database hosted on Microsoft Azure.

Try out the demo :computer:

User Profiles & Ratings

screenshot

Buying or Selling

screenshot

Installation Instructions

If you are new to GitHub, you can find a quick tutorial here.

(1) Download repository & open it
git clone https://github.com/tobiasbueschel/e-mart.git
cd e-mart
(2) Install node modules
npm install
(3) Install bower components
npx bower install
(4) Running the application and making changes

The project uses the JavaScript Task Runner Grunt. The following commands will be usefull:

  • npx grunt live runs the development version from the app folder
  • npx grunt server runs the production version of the dist folder

Contributing

Feel free to send a pull request. If you find any bugs please report it on the issue page.

Team

License

See the MIT license.