Jeeepers is a capstone project that was built during my time at Nashville Software School. Jeepers is a CRUD (Create, Read, Update, Delete) application built using React, PostgreSQL, Express, Node.js.
Jeepers is designed as an on-line marketplace that allows users to buy, sell, and trade off-road vehicles.
If you do not have NPM, from your terminal:
curl https://npmjs.org/install.sh|sh
In your browser, navigate to the repo
In the top-right corner of the page, click Fork.
In your designated code directory, type:
git clone https://github.com/Your-Username/jeeps
cd jeeps/
npm install
bower install
gulp build
In your browser type http://localhost:3000/
to demo. Or, open with your favorite text editor and you should be ready to start coding.
MIT
Future plans for the user to upload an image of their vehicle. Ability for the user to update their posts.