A fully functional full stack ecommerce site
The project consists of two seperate folder, consisting of frontend stuffs & backend stuffs
Project is created with:
- ReactJs
- MUI
- Redux
- NodeJs
- ExpressJs
- MongoDB
-------------------------------------------------------------------------
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
To run this project, install it locally using npm:
- Clone this repository
git clone https://github.com/Strxangxl/stitch-shop.git
- 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
- Run the server
npm start
The application is still in development stage, would love to hear feedbacks about it.