https://github.com/jeffersonrpm/imobiliaria
This project is a website dedicated to the real estate sector. Among its features, the ability to register and view ads stands out, with a login option. The website has an exclusive section for the details of each property. Each property has advertiser information (phone, email) and a contact form.
https://github.com/jeffersonrpm/imobiliaria
axios bcrypt cadastro cors express imobiliaria insomnia javascript jsonwebtoken login multer mysql nodejs nodemon prisma-orm react-toastify reactjs router-dom styled-components sucrase
Last synced: 8 months ago
JSON representation
This project is a website dedicated to the real estate sector. Among its features, the ability to register and view ads stands out, with a login option. The website has an exclusive section for the details of each property. Each property has advertiser information (phone, email) and a contact form.
- Host: GitHub
- URL: https://github.com/jeffersonrpm/imobiliaria
- Owner: JeffersonRPM
- License: mit
- Created: 2023-11-14T05:27:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T21:25:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T17:49:27.207Z (8 months ago)
- Topics: axios, bcrypt, cadastro, cors, express, imobiliaria, insomnia, javascript, jsonwebtoken, login, multer, mysql, nodejs, nodemon, prisma-orm, react-toastify, reactjs, router-dom, styled-components, sucrase
- Language: JavaScript
- Homepage: https://imobiliaria-jeff.netlify.app/
- Size: 23.5 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Imagens PC

## Imagens Mobile
## Imagens Tablet
## Testes de rotas usando o framework Insomnia

## Diagrama Entidade Relacionamento no MySQL

## Gerar db Prisma
```
yarn prisma migrate dev
```
## Instalar dependências
```
npm install
```
## Iniciar o front-end
```
npm start
```
## Iniciar o back-end
```
yarn dev
```
## Arquivo .env do back-end
```
DATABASE_URL="mysql://root:1234@localhost:3306/imobiliaria"
```
## Caso yarn não de permissão
```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```
## Extensões VS Code
* `Auto import`
* `Axios Snippets`
* `Code Runner`
* `ES7+ React/Redux/React-Native snippets`
* `Material Icon Theme`
* `Prisma`
* `vscode-styled-components`