testingigidkman

This commit is contained in:
Auth
2024-09-14 16:39:46 -04:00
parent 88fea6af16
commit 3847781c65
2 changed files with 6 additions and 1 deletions

View File

@@ -4,3 +4,8 @@
This is a simple web application that helps users decide what to eat. The user can input their location and the type of food they are craving, and the app will return a list of restaurants that match the user's criteria. The user can then click on a restaurant to view more information about it, such as the restaurant's address, phone number, and website. The app also provides a map with directions to the restaurant. This is a simple web application that helps users decide what to eat. The user can input their location and the type of food they are craving, and the app will return a list of restaurants that match the user's criteria. The user can then click on a restaurant to view more information about it, such as the restaurant's address, phone number, and website. The app also provides a map with directions to the restaurant.
## Technologies Used ## Technologies Used
node.js
llama AI model
MongoDB
PropelAuth
Domain from GoDaddy

View File

@@ -1,7 +1,7 @@
import { createClient } from "@propelauth/javascript"; import { createClient } from "@propelauth/javascript";
const authClient = createClient({ const authClient = createClient({
authUrl: "http://localhost:3000", // Replace with your actual auth URL authUrl: "http://172.29.116.31", // Replace with your actual auth URL
enableBackgroundTokenRefresh: true // Optional enableBackgroundTokenRefresh: true // Optional
}); });