An open API service indexing awesome lists of open source software.

https://github.com/p3t3r67x0/megabuy

This repo contains the UI for a modern shop system written in Angular 5
https://github.com/p3t3r67x0/megabuy

angular ecommerce marketplace opensource typescript

Last synced: 3 months ago
JSON representation

This repo contains the UI for a modern shop system written in Angular 5

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/webtobesocial/megabuy.svg?branch=master)](https://travis-ci.org/webtobesocial/megabuy)

# Megabuy

![settings and layout](https://drive.google.com/uc?id=178sPGGp9cfU0ZA_kWhkus3LNpMkHZDIT)
![your inbox](https://drive.google.com/uc?id=14BagYbM5FuwqmKWqPf1x2X2PMxAV3yFo)
![add categories](https://drive.google.com/uc?id=1_zo3ldw8c4OBR4koIGv-sV7afIztLp3g)
![edit your products](https://drive.google.com/uc?id=1EWcQPBmgdG5Ug5OiZxtBvPZTX3LuoNo1)
![detailed product](https://drive.google.com/uc?id=1RSjm8jZFDK8uzdSXHr7IyHU0d_f00VwF)

## Installation

Clone this repository and run `npm install` to fetch the dependencies. Next update the enviroment files under `/src/environments/*`. Now run `ng serve --watch` for a dev server. Navigate to `http://localhost:4200/`. Now setup the backend, clone this repo `https://github.com/webtobesocial/megabuy_api.git` and follow the README.md.

## Build

Run `ng build --prod` to build the project. The build artifacts will be stored in the `dist/` directory.