- Login/register an account to view existing vehicles for sale
- Create, modify and remove individual vehicle listings
- Search vehicles by make, model
- Private message another user
- e.g. user (buyer) is interested in purchasing a vehicle can send another user (seller) privately to ask questions, discuss logistics, etc.
- View vehicle profile with relevant vehicle details, including a map view that shows the vehicle location
- Client: React.js, Reactstrap, Sass, Google Maps API,
- Server: Node, PostgreSQL, React-router-dom, React-cookie, bcrypt, Axios
- Install dependencies using
npm install
on both the ride-api and paper-kit-react-master folders - Enter the ride-api folder and run
npm start
- After starting the ride-api, return to the paper-kit-react-master folder and run
npm start
- View SellMyRide on http://localhost:3000
- Happy car shopping and good luck finding your dream ride!