|
| 1 | +# React File Upload example with Axios & Boostrap |
| 2 | + |
| 3 | +For more detail, please visit: |
| 4 | +> [React File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-file-upload-axios/) |
| 5 | +
|
| 6 | +> [React (with Hooks) File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-hooks-file-upload/) |
| 7 | +
|
| 8 | +Rest APIs server for this React Client: |
| 9 | +> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/) |
| 10 | +
|
| 11 | +> [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/) |
| 12 | +
|
| 13 | +## Fullstack CRUD |
| 14 | +With Node.js Express: |
| 15 | + |
| 16 | +> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/) |
| 17 | +
|
| 18 | +> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/) |
| 19 | +
|
| 20 | +> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/) |
| 21 | +
|
| 22 | +With Spring Boot: |
| 23 | + |
| 24 | +> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/) |
| 25 | +
|
| 26 | +> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/) |
| 27 | +
|
| 28 | +> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/) |
| 29 | +
|
| 30 | +With Django: |
| 31 | + |
| 32 | +> [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/) |
| 33 | +
|
| 34 | +## Serverless |
| 35 | +> [React Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-crud/) |
| 36 | +
|
| 37 | +> [React Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-firestore-crud/) |
| 38 | +
|
| 39 | + |
| 40 | +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). |
| 41 | + |
| 42 | +### Set port |
| 43 | +.env |
| 44 | +``` |
| 45 | +PORT=8081 |
| 46 | +``` |
| 47 | + |
| 48 | +## Project setup |
| 49 | + |
| 50 | +In the project directory, you can run: |
| 51 | + |
| 52 | +``` |
| 53 | +npm install |
| 54 | +# or |
| 55 | +yarn install |
| 56 | +``` |
| 57 | + |
| 58 | +or |
| 59 | + |
| 60 | +### Compiles and hot-reloads for development |
| 61 | + |
| 62 | +``` |
| 63 | +npm start |
| 64 | +# or |
| 65 | +yarn start |
| 66 | +``` |
| 67 | + |
| 68 | +Open [http://localhost:8081](http://localhost:8081) to view it in the browser. |
| 69 | + |
| 70 | +The page will reload if you make edits. |
0 commit comments