Skip to content

Buwaneka-Sumanasekara/wedding-planner-backend

Repository files navigation

Wedding Planner APP

Tech

We used following technoligies to develop this module

  • React-JS - HTML enhanced for web apps!
  • Firebase - Database / API / Authentication

Installation

This app requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ cd [PrjFolder]/parkit-reactjs
$ npm install
$ npm start

Environment - Testing

To Upload firebase functions for testing enviornemnt

$ cd [PrjFolder]/firebase-tools
$ firebase use default
$ firebase deploy --only functions

Environment - Production

For production environments... Deploy functions only

$ cd [PrjFolder]/firebase-tools
$ firebase use prod
$ firebase deploy --only functions

Deploy host only

$ cd [PrjFolder]/parkit-reactjs
$ cd npm run-script build
$ cd [PrjFolder]/firebase-tools
$ firebase use prod
$ firebase deploy --except functions
$ firebase deploy --only hosting

Local testing

$ cd functions
$ npm run hotReload
$ firebase serve --only functions

OR

$ firebase emulators:start --only functions
$ firebase serve --only functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published