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.
- A working Node.js environment.
- Clone this repo to your machine:
git clone https://github.com/betterstack-community/artillery-auth-app.git
- Install the dependencies:
cd artillery-auth-app && npm install
- Start the development server:
npm start
-
You can see the application at http://localhost:3000.
-
Follow the tutorial to learn more.
The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0