- E- commerce website.
- Onlinle shop for shoe lovers.
- Website created using
MERN stack
.
- Clone repository to use this application on local machine.
Node.js
is required.- Install necessary dependencies by running
npm install
- Once everything has been installed run
npm run develop
in the root folder. - The application will start and you can sign up and explore through the website.
NOTE: In order to see full functioanality you need to use your own env
- To create users run
npm run seed
in root folder. - Then you can login as
admin
and create products. - You can upload images from your local machine or using a web image link.
Admin
user has been already created in deployed version.- To test
admin
user functionality onHeroku
you can useusername
-admin@gmail.com
,password
-admin
. - To test
admin
user locally follow the Installation then runnpm run seed
to createadmin
user along with other test users. - You can find the
admin
username
andpassword
inside theseeds.js
file. or simply put this url into your browserhttp://localhost:5000/api/users/createadmin
NOTE: In order to test admin image upload functionality with cloned repo you can either upload from your local machine or use image web url
NOTE: In order to test admin image upload functionality on Heroku you only can use image web url
This project is licensed under
- N/A
- N/A
- Please follow this Heroku link to visit the deployed application on Heroku.
- Please see the screenshots below.
If you have any questions regarding the project you can contact me directly at artlil420@gmail.com. Please feel free to view more of my projects at https://github.com/Artur0705