Skip to content

A portal to post volunteer requests for both normal users and those who are seeking for volunteer work.

Notifications You must be signed in to change notification settings

Shagnikpaul/unity-help

Repository files navigation

Unity Help

A portal to post volunteer requests for both normal users and those who are seeking for volunteer work.

Site Link

Run Locally

Clone the project

  git clone https://github.com/Shagnikpaul/unity-help

Go to the project directory

  cd unity-help

Install dependencies

  npm install

Create a .env file to store the API keys in the root of the folder.

Contents of the .env file

Variable names should match the below format

VITE_MAIL_API_KEY=



VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_APP_ID=
VITE_FIREBASE_MEASUREMENT_ID=

Get the Brevo mail API key (create a Brevo account first)

https://app.brevo.com/settings/keys/api

Get Firebase config here

https://console.firebase.google.com/u/0/

Then paste the respective API Keys and config data in the .env file

Before starting make sure your firebase project has auth and firestore service enabled.

Now finally start the server

  npm run dev

Now visit the URL shown in the terminal.

About

A portal to post volunteer requests for both normal users and those who are seeking for volunteer work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages