Skip to content

nimone/Fashion-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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