An open API service indexing awesome lists of open source software.

https://github.com/eliav-lavi/practice-backend-ui

Practice Backend UI: Backend Skills in Practice.
https://github.com/eliav-lavi/practice-backend-ui

backend education language-agnostic learning-exercise

Last synced: 2 days ago
JSON representation

Practice Backend UI: Backend Skills in Practice.

Awesome Lists containing this project

README

          

# Practice Backend

**Practice Backend** supplies up-and-working frontend parts to help you sharpen up your backend abilities and serve as a basis for discussion about design choices.

**This repo is an Angular application for you to run on your machine**. From that point on, the app will guide you through the experience of numerous challanges in building toy-apps. All these expect a backend API, which is where practice and challenge are found for you. Each step details exact API expectations & desired logic, as if you had a product team assisting the development process and splitting the frontend and backend parts between two teams.

## Setup

* Clone this repo to your local machine.
* Make sure angular-cli is installed on your machine with `npm install -g @angular/cli`.
* Install dependencies with `npm install`.
* Serve *Practice Backend* with `ng serve`.
* Follow the instructions that appear on the welcome page.