This codebase was created to demonstrate a fully fledged fullstack application built with Mint including CRUD operations, authentication, routing, pagination, and more.
This implemenation only uses the Mint language and it's standard library without any third party dependencies.
Follow these steps to get up and running:
- Install Mint ( https://www.mint-lang.com/install )
- Clone the repository
- Install dependencies with
mint install
- Start the development server
mint start
- That's it!
Just run mint build
and everything is built into the dist
folder.
Just run mint test
to run the sample tests.