Skip to content

hch155/learn-cicd-starter

 
 

Repository files navigation

learn-cicd-starter (Notely)

code coverage badge

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

This README is for reference purposes only! Follow the instructions in the course, don't start doing all the steps here in the README.

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="8000"

Run the server:

go build -o notely && ./notely

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 57.5%
  • HTML 40.4%
  • Shell 1.1%
  • Dockerfile 1.0%