This website requires JavaScript.
Explore
Help
Sign In
giteacraftr.sxr08
/
greenlight
Watch
1
Star
0
Fork
0
You've already forked greenlight
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
79
Commits
1
Branch
0
Tags
1a658d30631b66a8c304a5beb56e9f617fedb7d4
Commit Graph
3 Commits
Author
SHA1
Message
Date
Maxime Delporte
8cdf3c7ada
Adding 'github.com/lib/pq' library to use our PostgreSQL database. Updating our main.go file to establish a connection with the database pool.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 53s
Details
2025-10-28 17:02:36 +01:00
Maxime Delporte
e0931223e4
Adding httprouter dependency to manage endpoints. Adding our routes to routes.go file facilitating endpoints management and adding POST /v1/movies and GET /v1/movies/:id endpoints. Updating main.go file removing ServeMux and add httprouter instead in app structure. Creating movies.go file to manage create and show movie endpoint.
2025-10-10 16:15:30 +02:00
Maxime Delporte
a90b5305af
First commit
2025-10-09 11:08:21 +02:00