|
1 | 1 | ### Blog App Development Front-End and Back-End using Flutter, ExpressJs, NodeJS, and MongoDB
|
2 | 2 |
|
3 |
| -#### Detailed Documentation will come soon |
4 |
| - |
5 |
| -### Playlist -: |
| 3 | +### Playlist for Blog App Development series -: |
6 | 4 |
|
7 | 5 | 1. The main playlist (Both Front-End and Back-End) [Link](https://www.youtube.com/watch?v=T35T8nzyRDI&list=PLtIU0BH0pkKoE2PBvgbHEBPAP-sd670VI)
|
8 | 6 | 2. The Front-End Playlist (Flutter only) [Link](https://www.youtube.com/watch?v=6VCLeHRnixg&list=PLtIU0BH0pkKpitsp5jzt-yDAoXAFBkcPb)
|
9 | 7 | 3. The Back-End Playlist (NodeJs/ExpressJs) [Link](https://www.youtube.com/watch?v=T35T8nzyRDI&list=PLtIU0BH0pkKqypuOtDhcXZ4oATJfji49r)
|
10 | 8 |
|
11 |
| -\*\*_Also I Created a playlist for MERN (MongoDB,Express,React and NodeJS) Stack Development [Link](https://www.youtube.com/watch?v=lmCIeTh0kF0&list=PLtIU0BH0pkKocuUyVe7spEB4CPTfTEJya)_\*\* |
| 9 | +### Some Other playlist |
| 10 | + |
| 11 | +1. Flutter model class series, for Rest API connection and JSON parsing. [Link](https://www.youtube.com/playlist?list=PLtIU0BH0pkKpXE-1vC7NswofFPby1OYh-) |
| 12 | + |
| 13 | +2. Flutter Basic series [link](https://www.youtube.com/playlist?list=PLtIU0BH0pkKrk8C7KToFeRSVTi2CLpFTG) |
| 14 | + |
| 15 | +### This app have following things -: |
| 16 | + |
| 17 | +<h5>1. Welcome Page</h5> |
| 18 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/welcomePage.png" width="350"></img> |
| 19 | +<br> |
| 20 | +<h5>2. Login Screen </h5> |
| 21 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/LoginPage.png" width="350"></img> |
| 22 | +<br> |
| 23 | +<h5>3. Wrong Username(Error Handling) </h5> |
| 24 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/wrong-username.png" width="350"></img> |
| 25 | +<br> |
| 26 | +<h5>4. SignUp Screen </h5> |
| 27 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/SignUpPage.png" width="350"></img> |
| 28 | +<br> |
| 29 | +<h5>5. Home Screen (Development Mode)</h5> |
| 30 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/homapage.png" width="350"></img> |
| 31 | +<br> |
| 32 | +<h5>6. Profile Screen</h5> |
| 33 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/profilePage.png" width="350"></img> |
| 34 | +<h5>7. Drawer (Development Mode) </h5> |
| 35 | +<img src="https://github.com/DevStack06/images/blob/master/blog-app/drawer.png" width="350"></img> |
| 36 | +<br> |
| 37 | + |
| 38 | +### To use this app follow below instructions-: |
| 39 | + |
| 40 | +1. Clone this app using below syntax -: |
| 41 | + |
| 42 | + > git clone https://github.com/balram0608/food-delivery-flutter.git |
| 43 | +
|
| 44 | +2. After cloning install packages using below syntax -: |
| 45 | + > flutter pub get |
| 46 | +
|
| 47 | +Above command will install all the neccery packges. |
| 48 | + |
| 49 | +3. Run the app on your mobile using below command -: |
| 50 | + > flutter run |
| 51 | +
|
| 52 | +**If this tutorial helping you please give star and also fork the repo, Thank you happy coding :)** |
0 commit comments