Skip to content

Artur0705/ShoesOn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoes On !

Github licence

Description

  • E- commerce website.
  • Onlinle shop for shoe lovers.
  • Website created using MERN stack.

Table of Contents

Installation

  • Clone repository to use this application on local machine.
  • Node.js is required.
  • Install necessary dependencies by running npm install

Usage

  • 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 on Heroku you can use username - admin@gmail.com , password - admin.
  • To test admin user locally follow the Installation then run npm run seed to create admin user along with other test users.
  • You can find the admin username and password inside the seeds.js file. or simply put this url into your browser http://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

License

This project is licensed under Github licence

Contributing

  • N/A

Tests

  • N/A

Demo

  • Please follow this Heroku link to visit the deployed application on Heroku.

Screenshot

  • Please see the screenshots below.

image image image image image

Questions

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