This repository is deprecated. Please visit: https://github.com/gothinkster/ember-realworld-example-app
Ember.js 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 Ember including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Ember community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
You will need the following things properly installed on your computer.
Describe the general architecture of your app here
git clone <https://github.com/Alonski/realworld-ember.git>
this repositoryyarn
ember server
Make use of the many generators for code, try ember help generate
for more details
This project uses a combination of ESLint and Prettier to maintain uniform style for our JavaScript code.
To run verification of the code, but not fix anything automatically, you can run
yarn lint
However, thanks to the power of the tools we use, many problems can be fixed automatically. That can be done by running
yarn lint:fix
Which will detect which problems can be fixed automatically and write the correct version back to the files in question.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)TODO
RealWorld Ember has a core project team composed of:
Alon is a Full Stack Software Engineer who has been coding since he was 13. Today he is a Software Engineer working in Ember.js on the frontend and C# .Net on the backend. At night he is studying for his Software Engineering Degree. In the middle of the night he is working on this repo.
TODO