Matt Skovranek c0bf11d2c8 Merge pull request #222 from bootdotdev/ms_port_8080
change port to 8080
2024-02-10 18:37:24 -08:00
2023-06-06 13:33:22 -06:00
2023-10-19 17:12:36 -06:00
2023-06-06 13:33:22 -06:00
2023-05-30 21:28:23 -06: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
2023-05-30 21:28:23 -06:00
2023-05-30 21:28:23 -06:00
2023-06-12 16:06:12 -06:00
2023-05-30 21:28:23 -06:00
2023-06-12 16:06:12 -06:00
2023-05-30 21:28:23 -06:00
2023-07-05 14:45:48 -05:00
2023-06-06 13:33:22 -06:00
2023-05-30 21:28:23 -06:00
2024-02-10 21:26:06 -05:00
2023-05-30 21:28:23 -06: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.20+.

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:8000.

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%