You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will make it easier for the drivers to find and pre-book their slots at the parking locations. The application will also save the frustration of the drivers who at times out of urgency park their cars on the street itself, which further adds to the traffic in the locality. With the use of the application, the business professionals will not have to keep an extra time just for parking their car between the meetings and will plan theirs in a much better way.
11
+
12
+
13
+
## Built With
14
+
15
+
This application is built on nodeJS, typed in javascript. Vanilla html-css-js is used to built the frontend.
16
+
8
17
## Requirements
9
18
10
19
For development, you will only need Node.js and a node global package, npm, installed in your environement.
@@ -42,13 +51,13 @@ If you need to update `npm`, you can make it using `npm`! Cool right? After runn
Create a `.env` file then edit it with your settings. You will need:
54
63
@@ -65,8 +74,31 @@ Create a `.env` file then edit it with your settings. You will need:
65
74
- CLOUDINARY_SECRET=[your_cloudinary_secret]
66
75
- MAPBOX_TOKEN=[your_mapbox_project]
67
76
68
-
## Running the project
77
+
###Running the project
69
78
70
79
$ npm start
71
80
or
72
81
$ npx nodemon
82
+
83
+
---
84
+
85
+
## License
86
+
87
+
```Parkify``` is available under the MIT license. See the LICENSE file for more info.
88
+
89
+
## Contributing
90
+
91
+
92
+
1. Find an issue to work on from [here](https://github.com/codehackerone/parkify/issues)
93
+
2. Ask the owner/maintainer for permission to work on the issue.
94
+
3. Fork this repository. [For help, click here](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
95
+
4. Clone the forked repository in your local machine [For help, click here](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
96
+
5. Create a new branch [For help, click here](https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches)
97
+
6. Add and commit your changes to the new branch [For help, click here](https://stackoverflow.com/questions/14655816/how-to-commit-changes-to-another-pre-existent-branch#:~:text=First%2C%20checkout%20to%20your%20new,show%20up%20on%20the%20remote.)
98
+
7. Create a Pull Request, add proper description, screenshots, comments and ask a review from owner/maintainer [For help, click here](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
99
+
8. The owner/developer will merge the Pull Request if it aligns with the practises we follow and is valid. One should not merge, and ask for a reviewer to merge it.
100
+
101
+
Please read `CODE_OF_CONDUCT.md` for details on the code of conduct, and the process for submitting pull requests.
102
+
103
+
---
104
+
This repo is crafted with <spanstyle="color: #8b0000;">♥</span> and owned/maintained by <ahref="https://github.com/codehackerone">@codehackerone</a>.
0 commit comments