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.
Home Page
All Vehicles Page
User Account Page
List Your Car Page
Booking Page
404 Page
Javascript | Python | Node.js | NPM | Flask | SQLAlchemy | Alembic | Git | HTML / JSX | CSS | React | Redux | Heroku | Docker | AWS
- 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!