Skip to content

ahmed-essawy/CiboGrafico

Repository files navigation

CiboGrafico

ITI, Intake37, Track SD, Graduation Project

Team Members:

  • Ahmed Mohamed Abbas Essawy
  • Engy AbdelAziz Aly Ahmed
  • Omar Hamdy Rawash
  • Sohaila Tarek Mohamed

Running proccess of Server

  • Open the Server > Scripts > libs
  • Open command prompt in this path
  • Execute the remaining steps from the command prompt: "node server.js"

Running proccess of Mobile app

  • Open MobApp folder
  • Open another command prompt in this path
  • Execute the remaining steps from the command prompt: "ionic cordova platform add android"
  • Execute the remaining steps from the command prompt: "ionic cordova run android -l"

TOOLS & TECHNOLOGIES

  • The server is implemented using NodeJs and Express Technologies.
  • The database is implemented using MongoDB.
  • The mobile application is implemented using Angular 4, Ionic 3.2.
  • The project is deployed on Microsoft Azure cloud platform as a cloud computing service.

HARDWARE REQUIREMENTS

  • Server for the NodeJs.
  • Server for the MongoDB.

STEPS OF INSTALLATION

Database Installation

  • Install MongoDB
  • Open an Administrator command prompt.
  • Press the Win key, type cmd.exe, and press Ctrl + Shift + Enter to run the Command Prompt as Administrator. Execute the remaining steps from the Administrator command prompt.
  • Create directories for your database and log files:
  • mkdir c:\data\db mkdir c:\data\log
  • Run monogo.exe

Server Installation

  • Download nodejs
  • Install typescript using this command on the command prompt (npm install -g typescript)
  • Install all the dependencies for the server

Mobile Application Installation

  • Download android-sdk
  • Download java SE
  • Download ionic
  • Download cordova
  • Download gradle
  • Install all dependencies that the mobile application needs

About

ITI, Intake37, Track SD, Graduation Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published