This application is an e-commerce website for purchasing flowers, cards, and other products deployed through Heroku.
- Description
- Table of Contents
- Installation
- Usage
- Deployed Link
- Demo
- Built With
- License
- Contributors
- Tests
- Questions
- Acknowledgments
git clone
the repo to your local machine. To use this application, please run the following command:
And then run the following commands to install the dependencies:
npm install
+ all dependencies
Type the following commands in your termimal to seed your data:
npm run seed
npm run develop
.
Then open your browser and type http://localhost:3000/ to run this application on your local machine.
Below is the demostration of this application:
Screenshots and code snippets:
- HTML
- CSS
- Javascript
- Javascript Web Tokens
- React
- Material UI
- Hover.CSS
- MongoDB
- Mongoose
- IndexedDB
- GraphQL
- Apollo Server
This application is licensed under MIT license.
To run tests on the application, run
npm install jest
and then npm run test
from the command line.
For any question, please contact me on GitHub: magickw.
- W3 Schools
- MDN Web Docs
- TA sessions