Dan Hjartland 59115e60e9 Merge pull request #386 from bootdotdev/dh/update_go_version
update go version to 1.22
2024-05-22 20:30:59 +02:00
2024-03-07 09:48:38 -07:00
2024-03-07 09:48:38 -07:00
2024-03-07 09:48:38 -07:00
2024-03-07 09:48:38 -07:00
2023-06-08 15:56:44 -06:00
2023-06-06 14:58:36 -06:00
2023-06-12 16:06:12 -06:00
2024-05-22 19:59:57 +02:00
2024-03-07 09:48:38 -07:00
2024-03-07 09:48:38 -07:00
2023-05-30 21:28:23 -06:00
2024-03-07 09:48:38 -07:00
2023-05-30 21:28:23 -06:00
2024-03-07 09:48:38 -07:00
2023-06-06 13:33:22 -06:00
2024-03-07 09:48:38 -07:00
2024-05-22 19:59:57 +02:00
2024-03-07 09:48:38 -07:00

learn-cicd-starter (Notely)

This repo contains the starter code for the "Notely" application for the "Learn CICD" course on Boot.dev.

Local Development

Make sure you're on Go version 1.22+.

Create a .env file in the root of the project with the following contents:

PORT="8080"

Run the server:

go build -o notely && ./notely

This starts the server in non-database mode. It will serve a simple webpage at http://localhost:8080.

You do not need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!

Description
No description provided
Readme 584 KiB
Languages
Go 63.7%
HTML 34.6%
Shell 0.9%
Dockerfile 0.8%