A fullstack web application built using Svelte and Flask to help pets find loving owners.
Open two terminals, one for the front end and one for the back end.
npm install vite
npm install svelte-kit
npm install @auth0/auth0-spa-js
npm run dev
http://localhost:5173
pip install flask flask_cors
pip install requests
pip install dotenv
pip install pymongo
python app.py