Skip to content

Commit 9c68dcb

Browse files
author
Satyam Shrivastav
committed
ReadMe Updated
1 parent 0b29628 commit 9c68dcb

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
# parking_system
2-
Download [here](https://drive.google.com/file/d/1Ag8yBDnlf5JXT8nGj3N9bkCtH8YBvNJH/view?usp=sharing)
2+
Download [Vehicle Parking Management System APP](https://github.com/D-extremity/Car-Parking-App/releases/download/car_parking_v1.0/car_parking.apk)
3+
4+
5+
6+
7+
## Preview Of Car Parking APP :)
8+
9+
### Main Working At Glance
10+
11+
https://github.com/D-extremity/Car-Parking-App/assets/83233310/0b856be2-69fb-4e04-908e-a6f3a42f984b
12+
13+
14+
## Tech
15+
16+
Car Parking mainly uses :
17+
18+
- [Flutter](https://flutter.dev/)
19+
- [Firebase](https://firebase.google.com/)
20+
21+
## To Contribute
22+
23+
Want to contribute? Great!
24+
25+
Prerequisite - Install Flutter ;)
26+
27+
Open your favorite Terminal and run these commands.
28+
1. Fork The reporsitory [Car Parking](https://github.com/D-extremity/Car-Parking-App)
29+
2. Copy link of your cloned repository
30+
3. One your favourite terminal wherever you want to keep the files of car parking
31+
4. Run Below Commands :)
32+
33+
Your Favourite terminal at your specified location :
34+
```sh
35+
git clone 'paste that Url'
36+
```
37+
5. Now Open that folder either in VS code or Android Studio
38+
6. then run below code
39+
Second Tab:
40+
41+
```sh
42+
flutter pub get
43+
```
44+
45+
7. Make your valuable Contribution
46+
8. Push your code with proper commit message
47+
48+
## Thanks :)

0 commit comments

Comments
 (0)