|
| 1 | +<div > |
| 2 | +<imgsrc="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" /> <imgsrc="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white"/> |
| 3 | +</div> |
| 4 | + |
| 5 | +###crud python react typescript |
| 6 | + |
| 7 | +O projeto concentra-se em demonstrar e aprofundar os conceitos de desenvolvimento com React vite TypeScript, E criação e integração de uma API por meio da linguagem Python. |
| 8 | + |
| 9 | +imagem do projeto |
| 10 | +<imgsrc="https://github.com/cezardev07/crud-python-react-typescript/blob/main/frontend/public/img-page.png?raw=true"width="100%"/> |
| 11 | + |
| 12 | + |
| 13 | +- É importante ressaltar que este projeto é voltado exclusivamente para fins educacionais e de aprendizado. |
| 14 | + |
| 15 | +###get started project |
| 16 | + |
| 17 | +# clone o repositorio |
| 18 | +git clone < repositorio > |
| 19 | + |
| 20 | +# open project |
| 21 | +cd ./ < name project > |
| 22 | + cd ./api |
| 23 | + cd ./frontend |
| 24 | + |
| 25 | +# install all dependencias |
| 26 | +npm install |
| 27 | + |
| 28 | +# started application |
| 29 | +python main.py |
| 30 | +npm run dev |