Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SSameer20 authored Apr 16, 2024
1 parent 1b77494 commit 808ecbd
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,44 @@ The project aims to automate Docker container management tasks using Python scri

## Technologies Used

- ReactJS and Python
- ReactJS, ExpressJS, NodeJS, DockerSDK


## Setup Instructions

1. **Clone the Repository:**
- git clone https://tinyurl.com/hackverse](https://github.com/SSameer20/Docker-Automation.git
```
git clone https://github.com/SSameer20/Docker-Automation.git
```
2. **Install Dependencies:**
- cd client
- npm install

3. **Environment Variables:**
- Create a `.env` file in the root directory.
- Add the following environment variables:
```
PORT=3000
2. **Install Client Dependencies:**
```
cd client
```
```
npm install
```
3. **Install Server Dependencies:**
```
cd server
```
```
npm install
```
4. **Start the Server:**
- npm start
```
node index.js
```
5. **Start the Client:**
- cd client
- npm start
```
cd client
```
```
npm start
```
6. **Access the Application:**
- Open your web browser and navigate to `http://localhost:3000`.
Expand Down

0 comments on commit 808ecbd

Please sign in to comment.