Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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.

Awesome Lists containing this project

README

        

## Imagens PC
Imagem site para PC
Imagem site para PC
Imagem site para PC
Imagem site para PC
Imagem site para PC

## Imagens Mobile


Imagem site para Mobile
Imagem site para Mobile
Imagem site para Mobile

## Imagens Tablet


Imagem site para Tablet
Imagem site para Tablet

## Testes de rotas usando o framework Insomnia
Imagem do framework Insomnia

## Diagrama Entidade Relacionamento no MySQL
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`