Most of the time, when building an Angular application you communicate from and to a backend via a REST API that uses JSON as data format. Sometimes you want to start building an Angular application, but you don’t have a backend to serve you real data.

Worry no more! In this article, I will introduce you to JSON Server, a tool that makes it easy to mock rest APIs so that you don’t need to have a real backend to get started.

Read the article on Angular Training:

Fake Your Angular Backend Until You Make It
Most of the time, when building an Angular application you communicate from and to a backend via a REST API that uses JSON as data format. Sometimes you want to start building an Angular…

If you enjoyed this article, follow @ahasall on Twitter for more content like this.