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

https://github.com/betterstack-community/artillery-auth-app


https://github.com/betterstack-community/artillery-auth-app

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Load testing with Artillery

This repository hosts a demo application with login functionality, specifically
designed to demonstrate load testing using Artillery.

**Tutorial**:
[Load Testing with Artillery: A Beginner's Guide](https://betterstack.com/community/guides/scaling-nodejs/artillery-intro/).

![Demo App Screenshot](screenshot.png)

## 🟢 Prerequisites

- A working [Node.js environment](https://nodejs.org/en/download).

## 📦 Getting started

- Clone this repo to your machine:

```bash
git clone https://github.com/betterstack-community/artillery-auth-app.git
```

- Install the dependencies:

```bash
cd artillery-auth-app && npm install
```

- Start the development server:

```bash
npm start
```

- You can see the application at [http://localhost:3000](http://localhost:3000).

- [Follow the tutorial](https://betterstack.com/community/guides/scaling-nodejs/artillery-intro/)
to learn more.

## âš– License

The code used in this project and in the linked tutorial are licensed under the
[Apache License, Version 2.0](LICENSE)