GitXplorerGitXplorer
r

Park-IT

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
557eb607a59ac0d1e2be49c03b7abc9fe31d9b9c

Repo made public

rrichikchanda1999 committed 4 years ago
Unverified
bbf60e8fd3d5f7bc5379c0529e2a3f757bfeac09

Repo can be made public

rrichikchanda1999 committed 4 years ago
Unverified
83e192512ea9745aef5c306d3ca6895354c90a08

Environment variables updated to make it public

rrichikchanda1999 committed 4 years ago
Unverified
5dece6fb8ec548d2f6aeb0f68aa25f2e4e911a7b

Comments updated

rrichikchanda1999 committed 4 years ago
Unverified
be10a71a6e1db33d3322d868ca0790fa52f59f37

Comments updated

rrichikchanda1999 committed 4 years ago
Verified
da571f649a93ad1a42fced131e3452f770f4958d

Merge pull request #19 from richikchanda1999/temp3

rrichikchanda1999 committed 4 years ago

README

The README file for this repository.

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.