y-essine / vite-fullstack

A MEVN app (boilerplate) with a responsive UI including a todo list and a show section with products from fakestoreapi.com... Built using vue3 && tailwind for the front and express, node, mongodb for the backend.

Home Page:https://vite-fullstack.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEVN fullstack app frontend

This used to be a monorepo deployed on heroku, now it's 2 different repos; one for the frontend and one for the backend.

This is the frontend for the MEVN stack app.

Frontend deployed here (vite-fullstack.vercel.app)

Backend repo

Description

A vue web app with a todo list and a show section with products from fakestoreapi.com... Built using with vue 3 and tailwind as the front and express, node, mongodb as the backend.

Setup

clone it:

git clone https://github.com/y-essine/vite-fullstack

cd into it:

cd vite-fullstack

install dependencies:

npm i

open in a new window:

code .

Run it

npm run dev

Preview

preview

About

A MEVN app (boilerplate) with a responsive UI including a todo list and a show section with products from fakestoreapi.com... Built using vue3 && tailwind for the front and express, node, mongodb for the backend.

https://vite-fullstack.vercel.app

License:MIT License


Languages

Language:JavaScript 46.9%Language:Vue 46.2%Language:Less 3.7%Language:HTML 2.7%Language:CSS 0.5%