harsha-0110 / FishLink-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FishLink Backend Server

Setup

Before running the project, make sure to set up your environment variables by creating a .env file in the root directory of the project. Use the following template and replace placeholders with your actual values:

Environment Variables

  • DBHOST = 'YOUR-DB-URL'
  • EMAIL = 'YOUR-EMAIL-ID'
  • PASS = 'YOUR-EMAIL-ID-APP-PASSWORD'
  • JWT = 'JWT-SECRET'
  • URL = 'SERVER-URL'

About


Languages

Language:JavaScript 93.3%Language:HTML 6.7%