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 💻
If you are new to GitHub, you can find a quick tutorial here.
git clone https://github.com/tobiasbueschel/e-mart.git
cd e-mart
npm install
npx bower install
The project uses the JavaScript Task Runner Grunt. The following commands will be usefull:
npx grunt live
runs the development version from the app foldernpx grunt server
runs the production version of the dist folder
Feel free to send a pull request. If you find any bugs please report it on the issue page.
See the MIT license.