Work-Stufff / Fashion-Store

A complete MERN stack fashion ecommerce store.

Home Page:https://fashion-store.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fashion-Store

bst2.mp4

Front-end

  • React - Front-End JavaScript library
  • Windi CSS - Next generation utility-first CSS framework
  • Feather Icons - Simply beautiful open source icons
  • Vite - Frontend Tooling

Back-end

  • Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Express.js - Minimal and flexible Node.js web application framework.
  • Mongoose - Elegant mongodb object modeling for node.js
  • Stripe - Payments infrastructure for the internet
  • celebrate - A joi validation middleware for Express.
  • JsonWebToken - An implementation of JSON Web Tokens for Node.js

Database

  • Monogodb - Cross-platform document-oriented NoSQL database.

Run yourself

Make sure you have mongodb & nodejs installed on your system before proceeding.

  1. Clone this repo
git clone https://github.com/nimone/Fashion-Store && cd Fashion-Store
  1. Install project dependecies
cd ./api && npm install
cd ./client && npm install
  1. Start development servers (api & client) with the provided script rundev.sh
bash rundev.sh

Or, start them manually by npm run dev

About

A complete MERN stack fashion ecommerce store.

https://fashion-store.pages.dev/


Languages

Language:JavaScript 98.3%Language:CSS 0.8%Language:HTML 0.7%Language:Shell 0.1%