Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gaurav-026/battlefield-v
- Owner: gaurav-026
- Created: 2025-01-03T13:54:24.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T18:32:24.000Z (11 days ago)
- Last Synced: 2025-01-21T19:36:09.230Z (11 days ago)
- Topics: api, aws-ec2, cloudinary-integration, expressfileupload, mern, resposive-design
- Language: JavaScript
- Homepage: https://gaurav-battlefield-v.netlify.app/
- Size: 25.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.