ishtiaqdev / OnlineFruitStore

Online Fruit Store with shopping options using cart by adding fruit products in the cart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular8 frontend app with Node runtime, Express server and MongoDB database

  • Angular 8 frontend framework
  • Node.js runtime environment
  • Express.js backend framework
  • MongoDB mongoose database

Softwares Required To Run This Application Locally

  • Node.js 10.16 or higher
  • MongoDB 3.4 or higher

Steps Required To Run This Application Locally

  1. Delete all files from 'dist' folder.
  2. Run npm i @angular/cli -g to install Angular CLI if already not installed:
  3. Run npm i from project root directory to install all the dependencies:
  4. Run ng build --watch at the root of the project to build it.
  5. Run npm run server at the root of the project to run Express server.
  6. Go to http://localhost:3000

About

Online Fruit Store with shopping options using cart by adding fruit products in the cart.


Languages

Language:JavaScript 32.9%Language:TypeScript 29.0%Language:HTML 28.0%Language:CSS 10.1%