kalzen15 / marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarketPlace - MEAN

A Secure SPA Online Ecommerce Store that enables you to share your digital content up and pose it up for sale. To create the application I have adopted a bidding type functionality

Technology Stack

  • MongoDB

  • Express

  • Angular

  • Node JS

Features

User

  • Create an account by registering.
  • Scroll through the the home page of the marketplace to browse assets
  • Add own assets to the marketplace
  • Place bids on other people's assets
  • Taking descisions on their own assets
  • Add Money to their wallets

Installation and Use

Clone the Respository for frontend and backend

git clone https://github.com/kalzen15/marketplace.git
cd cs_marketplace
npm install
npm start

The application is serving at http://localhost:4200

Configuring the database and secret token in backend

cd backend
npm install
nodemon app.js

The backend is running on http://localhost:9000

About


Languages

Language:TypeScript 48.9%Language:HTML 44.4%Language:JavaScript 6.4%Language:CSS 0.1%Language:Shell 0.1%