Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: about 8 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T20:34:19.000Z (over 1 year ago)
- Last Synced: 2023-08-12T21:46:57.075Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pet-care-woad.vercel.app
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pet-Care
![PETCARE](https://github.com/JorgeCJ/Pet-Care/assets/127647774/5ad251c5-c693-476e-b533-6aa870d31967)
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)