2025-03-16 15:07:53 +02:00
2025-03-16 15:07:53 +02:00
2025-03-16 13:17:10 +02:00
2024-03-07 09:48:38 -07:00
2024-03-07 09:48:38 -07:00
2025-03-16 15:05:54 +02:00
2024-03-07 09:48:38 -07:00
2023-06-08 15:56:44 -06:00
2025-03-16 13:06:17 +02: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
2025-03-13 17:22:46 +02:00
2023-05-30 21:28:23 -06:00
2025-03-13 17:22:46 +02:00
2025-03-16 13:47:40 +02:00
2025-03-16 13:47:40 +02:00
2025-03-13 17:22:46 +02:00
2024-03-07 09:48:38 -07:00
2025-03-16 13:23:02 +02:00
2024-03-07 09:48:38 -07:00

tests

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!

RDarius' version of Boot.dev's Notely app

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