Skip to content

Latest commit

 

History

History
118 lines (88 loc) · 3 KB

README.md

File metadata and controls

118 lines (88 loc) · 3 KB

AutoBarn

Live App

AutoBarn is a clone of auto trader for german vehicles where people can sell their german vehicle or buy the german vehicles! If a buyer wishes to try a car before purchasing the vehicle, they may book the car for 5 days to try. Checkout the website to explore some of the luxurious vehicles in the world.

Project Preview

Home Page

Screen Shot 2022-03-27 at 6 41 45 PM

Screen Shot 2022-03-27 at 6 41 54 PM

All Vehicles Page

Screen Shot 2022-03-27 at 11 22 29 PM

User Account Page

Screen Shot 2022-03-27 at 11 24 00 PM

List Your Car Page

Screen Shot 2022-03-27 at 11 27 12 PM

Booking Page

Screen Shot 2022-03-27 at 7 18 49 PM

404 Page

Screen Shot 2022-03-27 at 6 54 03 PM

Technologies used:

Javascript | Python | Node.js | NPM | Flask | SQLAlchemy | Alembic | Git | HTML / JSX | CSS | React | Redux | Heroku | Docker | AWS

Installation

To install AutoBarn on your local machine please clone the project repositor:

  • clone the project
git clone https://github.com/sbyri97/Auto_Barn.git
  • cd into the frontend directory
cd auto_barn/react-app/
  • install dependencies from the package.json within the frontend directory
npm install
  • change into the Moodify main directory
cd auto_barn/
  • install dependencies from the Pipfile within the backend directory
pipenv install
  • enter the pipenv shell
pipenv shell
  • while in the shell and within the backend (Auto_Barn/)directory
flask run
  • in another terminal window, cd into the frontend (auto_barn/react-app)
npm start
  • open localhost:3000 and enjoy!