Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 862 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 862 Bytes

AutoEasy

This AutoEasy app Will save your money as well as time . This app helps you to find the nearest Auto rickshaw / E-Rickshaw near you . You can track the nearest rickshaw which will make your ride easier !

Run Locally

You should have docker desktop and docker engine intalled on your system to run this app locally on your machine.

  • Clone the project
  git clone https://github.com/Akshat-Aj-08/AutoEasy.git
  • Install the dependencies
  cd ./server
  npm intall
  cd ../client
  npm install
  cd ..
  • For building the app (if you are running it for the first time on your computer) and running it :-
./run.sh build
  • For running the app without building it again :-
./run.sh

Tech Stack

Client: HTML5 , CSS3 , JAVASCRIPT , LEAFLET JS

Server: NODE , EXPRESS , MONGODB