This repository is backend of Explore Ease, provide service using API
Project is created with:
- Node version: V16.15.0
- NPM version: V8.5.5
- Google Cloud Build
- Google Cloud Run
- Google Cloud Pub/Sub
- Google Cloud Function
- Firebase Cloud Messaging
To run this project, install it locally using npm:
# clone the repo
$ git clone https://github.com/ExploreEase/backend-exploreease.git
# go into app's directory
$ cd backend-exploreease
Configuration Node Module
# in backend-eploreease directory
# to install all depedencies
npm install
# to run backend
npm start