To clone and run this application, you will need Git and Node.js installed on your computer. Inside of Node.js command line do the following:
- Clone the repository.
git clone https://github.com/jerler1/Thriftshop
- Install the npm dependencies.
npm install
- Run the seeds.
npm run seed
- Start the server.
npm start
Thrift Shop's Shop can perform the following:
- Display a storefront.
- Responsive cart.
- Mobile responsiveness.
- Stripe integration.
- Cloudinary integration.
- Full CRUD inventory and employee management.
- HTML based invoice email.
There is an admin dashboard that requires authentication to access. If you wish to peruse the dashboard please email me at jerler.dev@gmail.com.
In the admin dashboard you can add/edit items via a cloudinary widget combined with a form. On the main page of the admin dashboard the options to delete and edit items are on the right side in button format.
The credit cards used for testing purposes at checkout are:
Credit Card | CCV | Date | Misc | |
---|---|---|---|---|
Pass | 4242 4242 4242 4242 | Any | Any future date | |
Fail | 4000 0000 0000 0069 | Any | Any future date | Charge is declined with an expired card code. |
Fail | 4000 0000 0000 0127 | Any | Any future date | Charge is declined with an incorrect CCV code. |
Link to the deployed website can be found here.
Link to the GitHub repository is here.
This software uses the following packages:
Copyright (c) 2021 John Erler, Bradley Donahue, Nathan Castaldi, Spencer Vaughan.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.