delian1986 / Book-Store

MEAN stack single page project for angular fundamentals js-web 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-Store Single Page App

"Book-Store" is a single page application written on MEAN stack for SoftUni JS Web Course. The application consists of users, books, shopping cart and orders.

alt

Key Functionalities

  • Anonymous users can view landing page only.
  • Registered users is able to access book details and order books.
  • Admin can CRUD books.
  • Cart CRUD

Installation

Prerequisites

  • npm
  • node
  • mongoDB

Steps

git clone https://github.com/delian1986/Book-Store.git
cd client
npm install
cd server
npm install

Install dependencies in both server and client folders

cd server
nodemon start

Start backend server

cd client
ng s --o

Start frontend

About

MEAN stack single page project for angular fundamentals js-web 2019

License:MIT License


Languages

Language:TypeScript 51.5%Language:HTML 19.4%Language:JavaScript 18.3%Language:CSS 10.9%