Skip to content

reda-i/Mini-Ebay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parasite

Mini project - Sprint 1

Getting Started

  • In order to start the project you have to start a data base connection first open a new terminal (Linux) or command prompt, or git bash (Windows) and run mongod then keep this terminal open.

  • go to the Server directory and run in a new terminal

npm install
npm start
  • go to Client directory and run in a new terminal
npm install
ng serve -o
  • A web page will open on port 4200

Authors

About

This repository was created to finish the tutorial task for the SE course's sprint 1. It contains the implementation of a simple mini ebay website. The site has a dashboard, a store, and a cart. Users can add products from the store to the cart and checkout. The purpose of this project was to familiarize the tutorial with the MEAN stack technology. The server folder contains the server implemented using node js, express, and MongoDB. The client folder contains the front-end, which was created using angular js and the nebular library.

About

Mini-Ebay website based on MEAN stack technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors