- 🔱 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 dev
And ready 🔥, go to back localhost:4000. And ready 🔥, go to front localhost:5173.