Skip to content

ChangJoo-Park/amber-realworld-example-app

Repository files navigation

RealWorld Example App

Amber Framework

Amber Framework codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Amber Framework including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Amber Framework community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Describe the general architecture of your app here

Getting started

Install Crystal

Read official installation documentation

Install Amber Framework

Read official installation documentation

Install Project

git clone https://github.com/ChangJoo-Park/amber-realworld-example-app
cd amber-realworld-example-app
shards install # install dependencies
amber db drop create migrate seed # initialize, migrate databases
amber w # run dev server