https://github.com/betterstack-community/artillery-auth-app
https://github.com/betterstack-community/artillery-auth-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/artillery-auth-app
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-04-02T11:23:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T19:32:19.000Z (about 2 years ago)
- Last Synced: 2025-01-13T21:44:40.264Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).

## 🟢 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)