Skip to content
View VarunKilledar's full-sized avatar
  • IAMOPS

Block or report VarunKilledar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VarunKilledar/README.md

Application

This is a two-tier application.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository.
  2. Install dependencies for the front end using npm install.
  3. Start the development server for the front end using npm start.
  4. Make sure the backend server is running (see instructions below).

Usage

  • Click the "Send Request" button to interact with the backend.
  • View the response received from the backend.

Configuration

You can configure the backend URL by updating the backendUrl variable in config.json. This file can be found at the root of the project.

{
  "backendUrl": "http://127.0.0.1:5000"
}

Update the backendUrl value to match the URL of your backend server.

Running the Backend

To run the backend server, follow these steps:

pre-requisites: python 3.11

  1. Navigate to the backend directory.
  2. Install dependencies for the backend using pip install -r requirements.txt.
  3. Start the backend server on development using python app.py.

Building and Serving the Static Content

To build the static content for production and serve it using serve, follow these steps:

  1. Navigate to the frontend directory.
  2. Install dependencies for the front end using npm install.
  3. Build the static content using npm run build.
  4. Serve the static content using serve:
npm install -g serve
serve -s build

This will start a server hosting the static content from the build directory.

Contributing

Feel free to contribute to this project by submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Popular repositories Loading

  1. VarunKilledar VarunKilledar Public

    Config files for my GitHub profile.

    JavaScript

  2. Repo1 Repo1 Public

    JavaScript

  3. demo demo Public

  4. Irir-Prediction-APP Irir-Prediction-APP Public

    This app is been created by using random forest algorithm

    R

  5. Palindrome-String-Checker Palindrome-String-Checker Public

    made from react JS as my first project

  6. musician-app musician-app Public

    Forked from jspruance/musician-app

    NodeJS / React sample app for AWS CI/CD pipeline tutorial

    JavaScript