Social Pets is an amazing website where pet owners can share pictures of their beloved pets with other like-minded individuals. With this website, you can create a profile and post photos of your furry friends for other users to see and comment on. It's a great way to connect with other pet owners and share stories about your pets.
The website is very user-friendly, and you can easily navigate through different sections to find photos of your favorite pets or to see what other pet owners are posting. You can also leave comments on other users' posts and engage in conversations with other pet lovers.
Posting your pet's photo on Social Pets is a simple process. Once you have created your profile, you can upload photos of your pets directly to the website. Other users can then see your posts and comment on them, and you can do the same for other pet owners. It's a great way to showcase your pet and connect with other animal lovers.
In conclusion, if you are a pet owner looking for a fun and interactive platform to share pictures of your furry friends, Social Pets is the perfect website for you. So, create your profile today and start sharing your pet's photos with the world!
To run the application, be sure you have Git installed on your machine.
1. Make clone this repository through the command:
$ git clone https://github.com/LucasAnselmoSilva12345/Social-Pets
2. After performing the clone the project, still in the terminal, enter the project folder:
$ cd Social-Pets
Note: To perform the command execution in the next step, ensure that you have node installed on your machine to be able to use npm
. Or, if you prefer to install the dependencies via yarn
, make sure you have yarn installed on your machine.
3. After entering the project folder, run the command:
$ npm install
ou
$ yarn
To perform the installation of dependencies.
4. After installing the dependencies and still in the project folder vide terminal, run the command:
$ code .
To open the project in the Visual Studio Code.
5. After opening the project in your Visual Studio Code, go back to the terminal screen, and run the command:
$ npm run dev
ou
yarn dev
To execute the project
6. Once this is done, just open the project in your browser, through the link:
$ http://localhost:5173/