https://github.com/jorgecj/pet-care
This is a website for share information to help others treat their pets.
https://github.com/jorgecj/pet-care
css-html-javascript css3 html5 js nodejs prisma reactjs vercel-deployment vercel-serverless vitejs
Last synced: 3 months ago
JSON representation
This is a website for share information to help others treat their pets.
- Host: GitHub
- URL: https://github.com/jorgecj/pet-care
- Owner: JorgeCJ
- Created: 2023-08-12T19:18:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T15:03:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T22:37:18.107Z (5 months ago)
- Topics: css-html-javascript, css3, html5, js, nodejs, prisma, reactjs, vercel-deployment, vercel-serverless, vitejs
- Language: JavaScript
- Homepage: https://pet-care-woad.vercel.app
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pet-Care

This is a full stack project for share information to help others treat their pets.To make this project functional on your machine, you will need to put the following information in the `.env` file:
`POSTGRES_URL=`
`POSTGRES_PRISMA_URL=`
`POSTGRES_URL_NON_POOLING=`
`POSTGRES_USER=`
`POSTGRES_HOST=`
`POSTGRES_PASSWORD=`
`POSTGRES_DATABASE=`
Detail, we use a Vercel Postgresql database. If you want to see the website working, here is a link to it on Vercel: https://pet-care-woad.vercel.app/
## Technologies used:
- [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [Axios](https://axios-http.com/ptbr/docs/intro)
- [Prisma](https://www.prisma.io/docs)
- [React](https://react.dev/learn)
- [Vite](https://vitejs.dev/)
- [NodeJs](https://nodejs.org/en/docs)
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)