Skip to content

Yashkothari9/Park-IT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Management System - PARK IT

Installation

  1. Clone the entire repository
  2. .env files are required to run the project. So add .env files under api, client, manager and admin folders
  3. Run each part of the project by executing npm install followed by npm start

What should the .env files contain?

  1. Api file (Backend): TWILIO_ACCOUNT_SID=Twilio Account SID, should start with AC TWILIO_AUTH_TOKEN=Twilio Account Auth Token to be used when sending an OTP OTP_SERVICE_NAME=Unique name to identify a Twilio Authy service RAZORPAY_SECRET=Razorpay secret for use during payment RAZORPAY_KEY_ID=Razorpay key id for use during payment. Generate one by going under Settings in the Razorpay dashboard

  2. Client file: REACT_APP_API_BACKEND=Link to the backend service REACT_APP_GOOGLE_MAP_KEY_PAID=Paid Google Maps API key RAZORPAY_SECRET=Razorpay secret for use during payment RAZORPAY_KEY_ID=Razorpay key id for use during payment. Generate one by going under Settings in the Razorpay dashboard

  3. Manager file: REACT_APP_API_BACKEND=Link to the backend service

  4. Admin file: REACT_APP_API_BACKEND=Link to the backend service

Deployment

To build for deployment, run the command npm run build while being in the folder of your choice.

We have deployed the backend in Heroku, under the link, https://parkitackend.herokuapp.com.

Our frontend is deployed in Netlify.

Client - https://parkitclient.netlify.app
Manager - https://parkitmanager.netlify.app
Admin - https://parkitadmin.netlify.app

Contributors

  1. Richik Chanda (1801139)
  2. Roshan Kumar (1801145)
  3. Yash Kothari (1801200)

This project is a part of our 6th Semester Software Engineering Lab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 92.4%
  • HTML 4.3%
  • CSS 3.1%
  • Other 0.2%