a4c32fdbd8ea1d0b9a7f60dcfdaea1df87f1789c
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="8000"
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 and any interactivity on the page yet. Instructions for that will come later in the course!
Description
Languages
Go
63.7%
HTML
34.6%
Shell
0.9%
Dockerfile
0.8%