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.
Describe the general architecture of your app here
Read official installation documentation
Read official installation documentation
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