Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)