Code Monkey home page Code Monkey logo

ngmobilestore's Introduction

Table of Contents

Installation

  1. Clone the repo
git clone https://github.com/PPetkov2000/ngMobileStore
  1. Install Angular Packages
npm install
  1. Install Backend Packages
cd backend => npm install
  1. Create .env file in the backend folder and add the following
PORT=5000
MONGO_URI=your_mongoDB_uri
JWT_SECRET=your_jwt_secret
  1. Run Application
run frontend: ng serve
run backend: cd backend => npm run server
  1. Go to
http://localhost:4200/

Application Structure

Public Part

Public part is visible for the guests without authentication. They have access to home page, product page, product details page, shopping cart page and user login and register forms.

Private Part

Registered users have personal area in the web application accessible after successful login. They have access to user profile, shopping cart page, shipping page, payment method page, placeorder page, order page. In product details page authenticated users can add and remove favourite products, post a review about the product, they can also delete the reviews created by themselves. Admin users can delete products and products reviews as well as create products, update products. They can even update and delete other users as well as promoting them to admin.

General Requirements

  • Angular for client-side
  • Node.js
  • Express framework
  • MongoDB Atlas for database

About The Project

The project is an online store for mobile devices. Тhe home page shows all the products with basic information about them and a search form to find the product the user desires. Тhe product details page shows all product information. Users can register and log in, after which they have access to their profile page. Еach user has their own shopping cart and favorite products section located in their profile. In the profile page each user is also able to edit his profile information.

Website

ngMobileStore

ngmobilestore's People

Contributors

ppetkov2000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.