| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Check Node.js version (>= 20.12.0)
node -v
# Install dependencies
npm install
# Setup SQLite database
npm run db:reset
# Run in dev mode
npm run dev
# Test it from a browser
curl http://localhost:3000Demonstration of authentification with a signed JWT token.
A Vanilla-JS client is provided for demonstration purposes. Any suggestion is welcome!
| Back | FazBrowse Home | New Git URL |