Code Monkey home page Code Monkey logo

parkify's Introduction

PARKIFY_LOGO
PARKIFY_TEXT

</> with โ™ฅ by @codehackerone.

version 1.0.0 license MIT author codehackerone


Hasslefree way to book your parking space with easy cancellations and timeline extensions


cover image

Why Parkify?

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, business professionals can focus on their daily tasks and not worry about their parking space.

Built With

This application is built on nodeJS, typed in javascript. Vanilla html-css-js is used to built the frontend.

Requirements

For development, you will only need Node.js and a node global package, npm, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v8.11.3

$ npm --version
6.1.0

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g


Installation

$ git clone https://github.com/codehackerone/parkify
$ cd parkify
$ npm install

Configure environmental variables

Create a .env file then edit it with your settings. You will need:

  • ENV=development
  • PORT=[your_port]
  • MONGO_URI=[your_mongo_uri]
  • JWT_SECRET=[your_jwt_secret]
  • EXPIRY=[your_jwt_expiry_time]
  • SECRET=[your_secret_for_mongostore]
  • CLOUDINARY_CLOUD_NAME=[your_cloudinary_cloud_name]
  • CLOUDINARY_KEY=[your_cloudinary_key]
  • CLOUDINARY_SECRET=[your_cloudinary_secret]
  • MAPBOX_TOKEN=[your_mapbox_project]
  • X_RAPIDAPI_HOST=[your_rapidapi_sendgrid_host]
  • X_RAPIDAPI_KEY=[your_rapiapi_sendgrid_key]
  • SENDGRID_EMAIL=[no-reply@your_domain.com]

Running the project

$ npm start
    or
$ npx nodemon

License

Parkify is available under the MIT license. See the LICENSE file for more info.

Contributing

  1. Find an issue to work on from here
  2. Ask the owner/maintainer for permission to work on the issue.
  3. Fork this repository. For help, click here
  4. Clone the forked repository in your local machine For help, click here
  5. Create a new branch For help, click here
  6. Add and commit your changes to the new branch For help, click here
  7. Create a Pull Request, add proper description, screenshots, comments and ask a review from owner/maintainer For help, click here
  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.

Please read CODE_OF_CONDUCT.md for details on the code of conduct, and the process for submitting pull requests.


This repo is owned/maintained by @codehackerone.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.