React + TS application for finding and adopting a pet
Deployed at https://finder-pet.netlify.app/
Frontend application with:
On the curent version of this project, the backend is partially being mocked but it is using Supabase for initial Auth.
You can eather create a simple supabase project for handling credentials or you can use this one.
Note that the project WONT START without the propper .env
credentials.
You can login on the deployed website using the credentials:
email: admin@admin.com
password: admin123
-
Clone the repository
(Recommended) Use nvm for changing your node version to the same one used in the project by running:nvm use
-
Install the dependencies. (Recommended use of yarn)
yarn install
-
Setup Envs.
cp .env.example .env
Make sure to fill in the values of the secrets like it was mentioned in the Backend section
-
Run the project with
yarn dev
Your project should be running in the
localhost:5173
(vite's default)