Backend for HelTo web application.
Clone this repo first using:
git clone https://github.com/FemiNoviaLina/HELTO-BE.git
Make sure to to install the rest of the required dependencies using :
npm install
Create a file name .env and provide information below:
PORT, DATABASE_URL, JWT_SECRET, SUPABASE_URL, SUPABASE_KEY
Run with
node index