Alonski / realworld-ember

This repository is deprecated. Please visit:
https://github.com/gothinkster/ember-realworld-example-app
5 stars 0 forks source link

This repository is deprecated. Please visit: https://github.com/gothinkster/ember-realworld-example-app

RealWorld Ember Example App

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

[Demo]()    RealWorld

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.

Prerequisites

You will need the following things properly installed on your computer.

How it works

Describe the general architecture of your app here

Getting started

Installation

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Linting

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.

Running Tests

Building

Deploying

TODO

Further Reading / Useful Links

Who made this?

RealWorld Ember has a core project team composed of:

Alon Bukai

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.

Alex LaFroscia

TODO