codecrafters-http-server-go/README.md

10 lines
273 B
Markdown
Raw Normal View History

2024-05-24 22:03:55 +02:00
[![progress-banner](https://backend.codecrafters.io/progress/http-server/6d10943a-e02a-40f9-9e3b-e2461bba402a)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
2024-05-26 02:48:28 +02:00
```bash
# Start locally to test manually with CURL
./your_server.sh
2024-05-24 22:03:55 +02:00
2024-05-26 02:48:28 +02:00
# Run tests
go test ./app -v
2024-05-24 22:03:55 +02:00
```