microlite

Version, currently main branch1 version
  • main branchlatestJul 23, 2024

github.com/digg2414/quartz

A powerful, sharp, and eloquent application made with the Amber web framework.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  microlite:
    github: digg2414/quartz
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.0.0, < 2.0
License
MIT
Author
James G Harold II
Targets
  • amber from lib/amber/src/amber/cli.cr
  • microlite from src/microlite.cr

Dependencies

Runtime Dependencies

  • cli~> 0.11.3github: amberframework/cli
  • kilt~> 0.6.0github: jeromegn/kilt
  • amber~> 1.4.1github: amberframework/amber, branch: master
  • mochi*github: awcrotwell/mochi, branch: master
  • mysql~> 0.14.0github: crystal-lang/crystal-mysql
  • redis~> 2.8.0github: stefanwille/crystal-redis
  • slack*github: DougEverly/slack.cr
  • slang~> 1.7.1github: jeromegn/slang
  • liquid*github: dare892/liquid.cr, branch: chore/bump-version-crystal1.0.0
  • artanis*github: ysbaddaden/artanis
  • granite*github: amberframework/granite
  • micrate~> 0.15.0github: amberframework/micrate
  • teeplate~> 0.11.2github: amberframework/teeplate
  • authorize*github: amberplugin/authorize
  • inflector~> 1.0.0github: phoffer/inflector.cr
  • gravatarcr*github: ChangJoo-Park/gravatarcr
  • shell-table~> 0.9.3github: luckyframework/shell-table.cr
  • amber_router~> 0.4.4github: amberframework/amber-router
  • citrine-i18n~> 1.0.0github: dare892/citrine-i18n
  • json_mapping~> 0.1.0github: crystal-lang/json_mapping.cr
  • yaml_mapping~> 0.1.0github: crystal-lang/yaml_mapping.cr
  • quartz_mailer~> 0.8.0github: amberframework/quartz-mailer, branch: master
  • exception_page~> 0.3.0github: crystal-loot/exception_page
  • jasper_helpers~> 1.2.2github: amberframework/jasper-helpers
  • kilt-components*github: vici37/kilt-components
  • compiled_license~> 1.2.2github: elorest/compiled_license
  • local_time_helper*github: anamba/local_time_helper.cr
  • amber_render_module~> 0.1.3github: damianham/amber_render_module

README

microlite

Amber Framework

This is a project written using Amber. Enjoy!

Getting Started

These instructions will get a copy of this project running on your machine for development and testing purposes.

Please see deployment for notes on deploying the project in production.

Prerequisites

This project requires Crystal (installation guide).

Development

To start your Amber server:

  1. Install dependencies with shards install
  2. Build executables with shards build
  3. Create and migrate your database with bin/amber db create migrate. Also see creating the database.
  4. Start Amber server with bin/amber watch

Now you can visit http://localhost:3000/ from your browser.

Getting an error message you need help decoding? Check the Amber troubleshooting guide, post a tagged message on Stack Overflow, or visit Amber on Gitter.

Using Docker? Please check Amber Docker guides.

Tests

To run the test suite:

crystal spec

Contributing

  1. Fork it ( https://github.com/your-github-user/microlite/fork )
  2. Create your feature branch ( git checkout -b my-new-feature )
  3. Commit your changes ( git commit -am 'Add some feature' )
  4. Push to the branch ( git push origin my-new-feature )
  5. Create a new Pull Request

Contributors