Block a user
0f17b3405e
Improving tests by handling multiple test cases
f67aed4942
Updating existing tests to handle sessions
32250d92c4
Adding migrations for seeding rooms and restrictions
e2e03307b7
Extrating js module
9775b67a2d
Connecting the rooms page to make reservation page
95cddfc950
Cleaning up our make reservation page and testing everything
5a646a2b27
Connection search availability to the make reservation page
b9f974cd1f
searching for availability for all rooms
42a88034bf
Searching for availability by room
2ae5d9a2c2
Setting up database functions: inserting a reservation
f5f89c2c03
add comment about orm packages
18c82ba19f
Cleaning up our code
44385fbbce
Setting up models
c4b41d305d
Connecting to the datavase and adding the sql connection to our Repository
07c84fc414
Creating a Driver package
4986434e46
How to connect a Go application to a database
0c0159734e
Add run script
d87d8ed594
Writing tests for the Forms package
875be55076
Writing tests for Render package
70996c6f60
Writing tests for POST handlers
21478b20ae
Writing tests for main package and for GET handlers
dc7ece7d12
update go mod
d8d2abcde3
Finishing up our response to user, and adding alerts
3ad57c754f
Displaying a response to user after posting form data
6826634a01
Server Side form validation 4: check email
87dfd26268
Server Side form validation 3