Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```