Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeffersonrpm/imobiliaria
- Owner: JeffersonRPM
- License: mit
- Created: 2023-11-14T05:27:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T21:25:37.000Z (11 months ago)
- Last Synced: 2024-10-12T19:27:05.574Z (3 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: 4
- 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`