Skip to content

icodeecono/minisculus-challenge

Repository files navigation

Minisculus Challenge Server

The Minisculus Challenge launched during the Software Crafstmanship 2010 conference at Blethcley Park.

The challenge required a simple JSON rest api and some accompanying web pages.

New version is a quick port into next.js to get off Heroku. Some fancy routing is done in the middleware.tsx file to match the original challenge routing.

Getting Started - Running Locally

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.