- π± Vitejs - Vite Next Generation Frontend Tooling
- βοΈ React 18 - A JavaScript library for building user interfaces.
- π Typescript - A superset of JavaScript. Scale to millions.
- π¨ TailwindCSS for library - Rapidly build modern websites without ever leaving your HTML.
- π React-Icons - A flexible icon family for everyone.
- Clone the repository:
git clone https://github.com/Joeldev1021/MERN-save-image.git- Install dependencies Back:
cd back
npm install- Environments
SECRET_TOKEN_KEY=
PORT=
API_URI_TEST=
API_URI=- Cloudinay environment configuration
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
CLOUDINARY_NAME=- Create a Mongodb database :
MONGODB_PASSWORD=
MONGODB_USER=
MONGODB_DB_NAME=- Run back
run dev- Install dependencies Frontend
cd front
npm install
run devAnd ready π₯, go to back localhost:4000. And ready π₯, go to front localhost:5173.