Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaurav-026/battlefield-v

Transformed Figma mockups into mobile-responsive web interfaces utilizing React.js and Tailwind CSS.Built a high-performance Node.js backend with custom APIs, managing AWS deployment and handled media operations by constructing a file management system with Express-file upload and Cloudinary integration.
https://github.com/gaurav-026/battlefield-v

api aws-ec2 cloudinary-integration expressfileupload mern resposive-design

Last synced: about 6 hours ago
JSON representation

Transformed Figma mockups into mobile-responsive web interfaces utilizing React.js and Tailwind CSS.Built a high-performance Node.js backend with custom APIs, managing AWS deployment and handled media operations by constructing a file management system with Express-file upload and Cloudinary integration.

Awesome Lists containing this project

README

        

# BATTLEFIELD-V

## How to Set Up the Project Locally

Follow these steps to clone and run the project on your local system:

### 1. Clone the Repository
```bash
git clone https://github.com/gaurav-026/BATTLEFIELD-V.git
```

### 2. Navigate to the Project Directory
```bash
cd BATTLEFIELD
```

### 3. Install Dependencies
```bash
npm install
```

### 4. Start the Development Server
```bash
npm start
```

### 5. Access the Application
Open your browser and go to:
http://localhost:3000
Or press CTRL + click on the URL displayed in the terminal to open it directly.

### 6. Done!!
Your application should now be running successfully.