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