1
0
Fork 0
Simple shop website
  • Vue 62.8%
  • JavaScript 30%
  • CSS 6.5%
  • HTML 0.7%
Find a file
2025-11-20 09:32:09 +02:00
.vscode Project upload 2024-02-06 09:07:53 +02:00
api switch to bun 2025-11-20 09:32:09 +02:00
public Project upload 2024-02-06 09:07:53 +02:00
src Uploading more images + lazy loading 2024-02-06 10:39:47 +02:00
.env Project upload 2024-02-06 09:07:53 +02:00
.eslintrc.json Project upload 2024-02-06 09:07:53 +02:00
.gitignore Project upload 2024-02-06 09:07:53 +02:00
bun.lockb switch to bun 2025-11-20 09:32:09 +02:00
Docs.md Update Docs.md 2024-02-06 22:58:30 +02:00
index.html Project upload 2024-02-06 09:07:53 +02:00
package.json setup script 2024-02-06 10:51:09 +02:00
postcss.config.js Project upload 2024-02-06 09:07:53 +02:00
README.md Docs + cleanup 2024-02-06 14:30:28 +02:00
tailwind.config.js switch to bun 2025-11-20 09:32:09 +02:00
vite.config.js Docs + cleanup 2024-02-06 14:30:28 +02:00

Stylish Closet

Online shop for your stylish taste

Simple shopping app featuring a variety of diferent clothing options.

Noteworthy dependencies

Vue.js Vuelidate TailwindCSS Awesome Snackbars
Express.js joi Bcrypt Glob MongoDB jwt

Instalation

When installing all the app's dependencies you'll need to run the install command

npm run setup

After that you can start the application (both FE and BE) in development mode by simply writing

npm run dev

You should see something like this:
image

Documentation

Front-end Docs

Main dependencies:

  • Vue js
  • Vuelidate
  • awesome-snackbar
  • Tailwind
  • Material Icons

Back-end Docs

Main dependencies:

  • bcryptjs
  • express
  • express-file-routing
  • golb
  • joi validator
  • jwt
  • mongoose