Google Mentorship Project for Car Search
View a demo at https://ez-car.herokuapp.com/
-
Go into website and install the needed dependencies. If you are using pip, run
pip install -r requirements.txt
-
Go into website/client and run
npm install
-
To start the app, go into website/client and run
npm start
, and in parallel, go into website and runpython3 run.py
.
-
Make sure to have git on your computer and clone our repository.
-
To contribute, you must create a new branch off of master, using
git checkout -b your-branch-name
. -
Then, check your changes with
git status
, and add the files withgit add filename
, or if every file is needed, add all the files withgit add -A
. -
Submit a pull request to the master branch @ github.com.