Restaurantbackend
HOMEGITHUBYouTubeCONTACT
  • RESTAURANT BACKEND
  • NodeJS V/S firebase
  • Project Requirement
  • FIREBASE
    • What is Firebase?
    • Node js v/s firebase
    • Firebase Zip File Structure
    • Video installation Guide
    • Firebase System Requirement
    • How to Run
    • Cloud Config
    • Firebase Config
    • Firebase Deployment
    • Push Notification for Firebase
  • NODEJS
    • Introduction to NodeJS
    • NodeJS Zip File Structure
    • NodeJS System Requirement
    • How to Run NodeJS
    • Project Structure
    • API Config
    • Push Notification for NodeJS
  • Deployment
    • Heroku NodeJS Api
  • CHANGELOG
    • Changelog
  • SOURCE AND CREDITS
    • Source and Credits
  • User Manual -CMS
    • Home
    • Categories
    • Menu Items
    • Orders
    • Table Booking History
    • Coupons
    • Settings
  • Untitled
Powered by GitBook
On this page

Project Requirement

It consists of prerequisites that needs to be installed or set up before running the project for example npm (node package manager), node version etc.,

PreviousNodeJS V/S firebaseNextWhat is Firebase?

Last updated 5 years ago

  • First make sure you have installed Visual code, node.js 10.19.X, and npm 6.X version. You can check it on the terminal window by merely entering node -v and npm -v. You can also download latest nodeJS from here.

$ npm -v
$ node -v
  • Make sure you have installed latest angular-cli at least 1.5.X. You can check the ionic version in the terminal with ng -v command if you need more info on how to setup angular4 project, please follow at their official websites.

angular official website