https://github.com/otumian-empire/sample-session-app
https://github.com/otumian-empire/sample-session-app
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/otumian-empire/sample-session-app
- Owner: Otumian-empire
- Created: 2020-10-03T15:01:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-03T15:01:51.000Z (about 5 years ago)
- Last Synced: 2025-03-23T23:47:08.680Z (7 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-session-app
This is a minimum app that uses session to store user data. Briefly, this app will just create, login and logout users.
## Dependencies
* [jQuery][jQuery-url]
* Refer to the `package.json` file## Feedback
I am just learning and at times the resource we use may incorrectly (not wrong) implement this functionality. As such suggestions for improvement is welcome at anytime. Open an issue, perhaps.
## Resources
* [express-session][express-session-url]
* [jQuery][jQuery-url]
* [w3schools-howto_css_login_form][w3schools-howto_css_login_form-url]
* [allwebco-templates-S_CSS_Heading][allwebco-templates-S_CSS_Heading-url]
* [CodePen-Sam_Norton-Flexbox-Navigation-Bar][CodePen-Sam_Norton-Flexbox-Navigation-Bar-url]#
[express-session-url]:https://www.npmjs.com/package/express-session
[jQuery-url]:https://jquery.com/download/
[w3schools-howto_css_login_form-url]:https://www.w3schools.com/howto/howto_css_login_form.asp
[allwebco-templates-S_CSS_Heading-url]:https://www.allwebco-templates.com/support/S_CSS_Heading.htm
[CodePen-Sam_Norton-Flexbox-Navigation-Bar-url]:https://codepen.io/samnorton/pen/zBYMJG