/petandvet-appwrite

Project Pet and Vet for Hackaton App Write

Primary LanguageSvelte

pet and vet

Pet and Vet

Pet and Vet is a micro social network with the purpose of connecting veterinarians with pet owners, as well as making your pet known to the world and learn about events in your country.

The main functions of this micro social network are:

  • Register/Login with email
  • Registration as a Veterinarian or Pet Owner
  • Veterinarians can enter 1 or more contact addresses that can be located on a map
  • Pet owners can have a catalog of their pets and decide whether to display them publicly or privately
  • Registry of tips so that everyone knows information of interest
  • Share your pet via QR
  • Connect with a veterinarian via email or chat in real time

Pet and Vet is a project for the Hackaton AppWrite

Presentation

petandvet

petandvet

petandvet

petandvet

petandvet

petandvet

petandvet

petandvet

petandvet

petandvet

Link to presentation

Svelte Docs

We recommend to look at the documentation.

Setup

Backend

Create a .env file and set yours keys

APPWRITE_ENDPOINT=""

APPWRITE_PROJECT=""

APPWRITE_KEY=""

PORT=

Change to server folder

cd server

Install dependecies

npm install

Run server

npm start

Frontend

Create a .env file and set yours keys

APPWRITE_ENDPOINT=""

APPWRITE_PROJECT=""

Change to frontend folder and install dependencies

cd frontend

Install dependecies

npm install

Run mode development

npm run dev