Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 543 Bytes

Crystal Server

This is a small test project I created on a lab day.

This project is currently not in a working state as the dynamic parts of the router don't work yet as they should.

I tried to recreate some core elements like a router which dynamically cally controller methods based on the URI's path, pretty much like Rails does.

Instructions

Clone the repository to your computer and then run crystal server.cr and open http://0.0.0.0:8080 in your browser.

Contribution

Feel free to clone and contribute as much as you want.