Skip to content

GDSC-UIT/job-connection

Repository files navigation

Job Connection

Demo

https://jobconnection.dev

Run Locally

Get firebaseConfig from Project settings -> General firebaseConfig

.env.local

NEXT_PUBLIC_API_KEY =
NEXT_PUBLIC_AUTH_DOMAIN =
NEXT_PUBLIC_PROJECT_ID =
NEXT_PUBLIC_STORAGE_BUCKET =
NEXT_PUBLIC_MESSENGING_SENDER_ID =
NEXT_PUBLIC_APP_ID =
NEXT_PUBLIC_BACKEND_URL = http://localhost:8080/api

Install dependency

npm install
# or
yarn

Run the development server

npm run dev
# or
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages