Files
freeCodeCamp/guide/russian/miscellaneous/using-angular-js-for-the-back-end-projects/index.md
2018-10-16 21:32:40 +05:30

34 lines
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Using AngularJS for the Back End Projects
localeTitle: Использование AngularJS для проектов Back End
---
Здесь вы найдете статьи, которые помогут вам узнать больше и завершить ваши проекты на заднем плане.
## Оглавление
* Часть 1: Frontend
* [Структура файловой системы Frontend](https://guide.freecodecamp.org/miscellaneous/front-end-file-structure)
* [Создание нового маршрута](https://guide.freecodecamp.org/miscellaneous/create-a-new-route-in-angular)
* [Создание новой директивы](https://guide.freecodecamp.org/miscellaneous/creating-a-new-directive-in-angular)
* [хрюкать](https://guide.freecodecamp.org/miscellaneous/what-is-grunt)
* Часть 2: Бэкэнд
* [Внутренняя файловая структура](https://guide.freecodecamp.org/miscellaneous/backend-file-structures-in-angular)
* [Создание новой конечной точки API](https://guide.freecodecamp.org/miscellaneous/create-a-new-api-endpoint-in-angular)
* [Фиксирование export.update](https://guide.freecodecamp.org/miscellaneous/fixing-exportsupdate-in-angular)
* Часть 3: Взаимодействие между Frontend & Backend
* [Доступ к базе данных из вашего интерфейса](https://guide.freecodecamp.org/miscellaneous/accessing-the-database-from-your-front-end)
* [Данные о семени](https://guide.freecodecamp.org/miscellaneous/seed-data-in-angular)
* [Быстрый совет: синхронизировать данные](https://guide.freecodecamp.org/miscellaneous/keep-data-in-sync-in-angular)
* Часть 4: Динамические URL-адреса с использованием $ routeParams, более полезных API
* [Динамические URL-адреса с использованием $ routeParams](https://guide.freecodecamp.org/miscellaneous/dynamic-urls-using-routeparams-in-angular)
* [Дополнительные полезные API](https://guide.freecodecamp.org/miscellaneous/make-useful-apis-in-angularjs)
* Часть 5: Auth, JS-IsLoggedInAsync
* [Получить информацию о текущем пользователе](https://guide.freecodecamp.org/miscellaneous/get-information-about-the-current-user-in-angularjs)
* [Ограничить страницу для пользователей, прошедших проверку подлинности.](https://guide.freecodecamp.org/miscellaneous/restrict-access-to-authenticated-users-only)
* JS-IsLoggedInAsync
* [Бонус: SocketIO](https://guide.freecodecamp.org/miscellaneous/angular-socketio)