Skip to content

Strxangxl/stitch-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Stitch-Shop

A fully functional full stack ecommerce site

Table of contents

General info

The project consists of two seperate folder, consisting of frontend stuffs & backend stuffs

Technologies

Project is created with:

  • ReactJs
  • MUI
  • Redux
  • NodeJs
  • ExpressJs
  • MongoDB

Features

-------------------------------------------------------------------------
StitchShop
-------------------------------------------------------------------------
[Method]  [Route]
GET       /api/products          Fetch all products
POST      /api/users             Register a new user
GET       /api/product/:id       Fetch a specific product
POST      /api/users/login       Login a user
PUT       /api/users/profile     Update the users profile

Setup

To run this project, install it locally using npm:

  1. Clone this repository
git clone https://github.com/Strxangxl/stitch-shop.git
  1. Install dependencies via NPM or YARN
# Install dependencies via npm
$ npm install
$ cd client
$ npm install

# Install dependencies via yarn
$ yarn install
$ cd client
$ yarn install
  1. Run the server
npm start

More Information

The application is still in development stage, would love to hear feedbacks about it.

About

A fully functional full stack ecommerce site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published