testingigidkman
This commit is contained in:
@@ -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.
|
||||
|
||||
## Technologies Used
|
||||
node.js
|
||||
llama AI model
|
||||
MongoDB
|
||||
PropelAuth
|
||||
Domain from GoDaddy
|
||||
2
auth.js
2
auth.js
@@ -1,7 +1,7 @@
|
||||
import { createClient } from "@propelauth/javascript";
|
||||
|
||||
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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user