Skip to content

loadster/dangerous-pets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dangerous-pets

This is a simple pet store sample project for examples in the Loadster Manual. It's implemented as a simple NodeJS/Express API combined with a VueJS frontend. It stores sessions and user accounts in memory for now, so they will get blown away from time to time when the pet store restarts.

If you'd like to run your own instance for load testing practice or whatever, you can pull down the Docker image.

$ docker pull quay.io/loadster/dangerous-pets
$ docker run -it -p3001:3001 quay.io/loadster/dangerous-pets

You can then view it in your browser at http://localhost:3001.

The live pet store is usually running at https://petstore.loadster.app.

About

Pet store example project for the Loadster Manual

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published