The crowdlinker project consists of two sub-packages which each run a server. There is a backend API server, which is Node based, using Google's Firebase Firestore, Authentication & Cloud Functions, and a frontend server that serves React code.
This project was done completely by André Vital
Run yarn
in this directory to install all required dependencies.
Start the Frontend React server: yarn dev:frontend
Start the Backend Firebase server: yarn dev:backend
The app is available through its own individual routes for both Front-End & Back-End
- Public URL #1 (https://crowdlinker-fe6ee.web.app/)
- Public URL #2 (https://crowdlinker-fe6ee.firebaseapp.com/)
- Local URL (http://localhost:3000)
Currently, Google Firebase project is going through plan update approval (Blaze Plan is required for live cloud functions), so functions will only be available on a local environment through the local URL