Skip to content

Example showcasing simplicity of using Sessions in Jaguar

License

Notifications You must be signed in to change notification settings

jaguar-examples/session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

session_vanilla

Example showcasing simplicity of using Sessions in Jaguar

Explanation

This project implements a sample shopping cart application that stores the items in the shopping cart as session data.

The HTML page at route http://localhost:10000/ provides a GUI to interactively add and remove items to the cart.

The API route /api/add/:phone adds an item to the cart, while the API route /api/remove/:phone removes the item from the cart.

About

Example showcasing simplicity of using Sessions in Jaguar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages