32 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: Using AngularJS for the Back End Projects | ||
|  | --- | ||
|  | Here you will find articles that will help you learn more and complete your back end projects. | ||
|  | 
 | ||
|  | ## Table of contents
 | ||
|  | 
 | ||
|  | *   Part 1: Frontend | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/front-end-file-structure">Frontend file structure</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/create-a-new-route-in-angular">Creating a new route</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/creating-a-new-directive-in-angular">Creating a new directive</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/what-is-grunt">Grunt</a> | ||
|  | *   Part 2: Backend | ||
|  | 
 | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/backend-file-structures-in-angular">Backend file structure</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/create-a-new-api-endpoint-in-angular">Creating a new API endpoint</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/fixing-exportsupdate-in-angular">Fixing exports.update</a> | ||
|  | *   Part 3: Interfacing Between Frontend & Backend | ||
|  | 
 | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/accessing-the-database-from-your-front-end">Accessing the database from your frontend</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/seed-data-in-angular">Seed Data</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/keep-data-in-sync-in-angular">Quick tip: keep data in sync</a> | ||
|  | *   Part 4: Dynamic URLs using $routeParams, more useful APIs | ||
|  | 
 | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/dynamic-urls-using-routeparams-in-angular">Dynamic URLS using $routeParams</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/make-useful-apis-in-angularjs">More Useful APIs</a> | ||
|  | *   Part 5: Auth, JS-IsLoggedInAsync | ||
|  | 
 | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/get-information-about-the-current-user-in-angularjs">Get info about the current user</a> | ||
|  |     *   <a href="https://guide.freecodecamp.org/miscellaneous/restrict-access-to-authenticated-users-only">Restrict a page to authenticated users</a> | ||
|  |     *   <a>JS-IsLoggedInAsync</a> | ||
|  | *   <a href="https://guide.freecodecamp.org/miscellaneous/angular-socketio">Bonus: SocketIO</a> |