Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-nimesh/bulk-email-processor-fe
https://github.com/x-nimesh/bulk-email-processor-fe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/x-nimesh/bulk-email-processor-fe
- Owner: X-nimesh
- Created: 2024-07-12T08:04:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:45:44.000Z (6 months ago)
- Last Synced: 2024-08-03T17:32:18.944Z (5 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Application for Bulk Email Processor
## Overview
This repository contains the frontend application for the project. It communicates with the backend service, which is hosted separately.
**Please run Backend service first**: -> [Backend repo Link]('https://github.com/X-nimesh/bulk-email-processor-ekbana.git)
## Prerequisites
- Docker
- Docker Compose## Setup and Running
1. **Clone the Repository**
```bash
git clone https://github.com/X-nimesh/bulk-email-processor-FE
cd
```2. **Create .env File**
```bash
REACT_APP_API_URL= http://localhost:3000
```3. **Excute docker build command**
```bash
docker-compose up -d --build
```4. **Access the Frontend**
```bash
You can browse the frontend application at http://localhost:7070.
```http://localhost:7070
5. **Stopping the Frontend**
```bash
docker-compose down
```