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.
- Host: GitHub
- URL: https://github.com/eliav-lavi/practice-backend-ui
- Owner: eliav-lavi
- Created: 2019-03-04T15:16:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T21:19:17.000Z (over 7 years ago)
- Last Synced: 2025-08-29T23:30:03.868Z (10 months ago)
- Topics: backend, education, language-agnostic, learning-exercise
- Language: TypeScript
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.