https://github.com/ajaykumar2pp/image-url-using-nodejs
https://github.com/ajaykumar2pp/image-url-using-nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaykumar2pp/image-url-using-nodejs
- Owner: ajaykumar2pp
- Created: 2023-03-12T05:47:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T09:54:44.000Z (6 months ago)
- Last Synced: 2025-01-22T08:15:18.237Z (4 months ago)
- Language: JavaScript
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖼️ Image-URL-Using-Node.js Project 🚀
A dynamic **Image URL Creation** project built with **Node.js**, **EJS**, **CSS**, **JavaScript**, and **Bootstrap**. This application is responsive and works seamlessly across all devices.
---
## 🌟 Features
- ➕ **Add User Name**
- ✉️ **Add Email**
- 📤 **Upload Image**---
## ⚙️ Packages Installed
| Package | Description |
|----------------|--------------------------------------------|
| **dotenv** | Load environment variables from a `.env` file |
| **ejs** | Embedded JavaScript templating |
| **express** | Web framework for Node.js |
| **mongoose** | MongoDB object modeling tool |
| **nodemon** | Auto-restart the server on changes |
| **multer** | Handle multipart/form-data (image uploads) |---
## 🛠️ Installation
1. Clone the repository:
```bash
git clone https://github.com/ajaykumar2pp/Image-Url-Using-Nodejs
```
2. Navigate to the project directory:
```bash
cd image-url-using-nodejs
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```---
## 📸 API Endpoints
| HTTP Method | Endpoint | Description |
|-------------|------------------------|---------------------------|
| `GET` | `/` | Render upload page with images |
| `POST` | `/upload` | Upload a new image |
| `GET` | `/image` | Fetch a specific image by ID |---
### 💻 Screens### Add Name, Email and Image Upload
### Result
### DataBase Store Image Url
