Skip to content

Aadi-Mittal-2004/Cafe

 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Dependencies

Frontend

  • npm install

  • npm install -D tailwindcss postcss autoprefixer

  • npx tailwindcss init -p

  • npm install react-router-dom

  • npm install --save react-toastify

  • npm run dev

admin

  • npm install

  • npm install -D tailwindcss postcss autoprefixer

  • npx tailwindcss init -p

  • npm install axios

  • npm install react-router-dom

  • npm install --save react-toastify

  • npm run dev

backend

  • npm init -y

  • npm i cors

  • npm i dotenv

  • npm i express

  • npm i jsonwebtoken

  • npm i mongoose

  • npm i multer

  • npm i nodemon

  • npm i razorpay

  • npm i stripe

  • npm i validator

  • npm i cloudinary

  • npm i bcrypt

  • npm run server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 1.8%
  • CSS 0.5%