Skip to content

bootdotdev/learn-cicd-starter

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024
Jul 6, 2023
Mar 7, 2024
Jun 8, 2023
Jun 6, 2023
Jun 12, 2023
May 22, 2024
May 22, 2024
Mar 7, 2024
Mar 7, 2024
May 31, 2023
Mar 7, 2024
May 31, 2023
Mar 7, 2024
Jun 6, 2023
Mar 7, 2024
Mar 7, 2024

Repository files navigation

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!

About

The starter code for the "Learn CICD" course on Boot.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages