Skip to content

web application developed by nodeJS, Angular frameworks and mongodb

Notifications You must be signed in to change notification settings

raniaSayed/yallaShopping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yalla Shopping

Web application developed by nodeJS, Angular frameworks and mongodb

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites (Used Technologies)

Node.js v8.10.0 or above

Angular v5 or above

MongoDB database engine v3.6.3 or above

Installation

To run App on Ububtu:

follow this commands

Start NodeJs project:

$ sudo service mongod start

$ cd {project_folder}/NodeJs/

$ npm install

$ npm start

start app via https://localhost:9090/

Start Angular project:

$ cd {project_folder}/Angular/

$ npm install

$ npm start

start app via https://localhost:3000/

To run App on Windows

Start mongoDB server :

mongod.exe --config="C:\mongodb\mongo.config"

Connect to localhost MongoDB server via command line

mongo --port 27017

open project directory

open cmd and type this commands

$ npm install

$ npm start

start app via https://localhost:9090/

Start Angular project:

open {project_folder}/Angular/ then type following commands:

$ npm install

$ npm start

start app via https://localhost:3000/

Authors

Rania Sayed

Mohamed Omran

Mohamed Gamal

Menna Anees

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 41.1%
  • HTML 26.8%
  • JavaScript 24.5%
  • CSS 7.6%