Skip to content

betterstack-community/async-hooks-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration App

The application allows you to register users and store them in a simple, efficient in-memory storage system.

Tutorial: Contextual Logging in Node.js with AsyncHooks

🟢 Prerequisites

Ensure you have Node.js and npm installed on your machine.

📦 Getting started

  • Clone this repository to your machine:
git clone https://github.com/betterstack-community/async-hooks-demo
  • cd into the project folder and run npm install to download dependencies.
  • Execute the command below to start the development server:
npm run dev
  • Visit http://localhost:3000/register?username=john in your browser to register the first user.

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published