https://github.com/pckosek/sql_profile
https://github.com/pckosek/sql_profile
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pckosek/sql_profile
- Owner: pckosek
- Created: 2021-04-30T12:36:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T16:27:54.000Z (about 3 years ago)
- Last Synced: 2025-01-17T13:50:54.401Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Server 1](./server_01) is a basic form interface that triggers an action in the database
[Server 2](./server_02) allows the user to enter a custom nickname that will be stored in the database (everyone is the same user, though!)
[Server 3](./server_03) demonstrates extensibility of usernames - all users still use the same id, but the id is presented as a variable (not hard coded)
[Server 4](./server_04) converts Server 3 into a POST request
[Server 5](./server_05) ask for a profile number in the form; allows the user to set a nickname for a particular profile number