Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/math-ferreira/jugtours-angular
Frontend project called JugTours (Java User Groups), created to follow the blog: https://auth0.com/blog/spring-boot-angular-crud/#Create-a-Java-REST-API-with-Spring-Boot, which this frontend made in Angular Js will integrate to the backend
https://github.com/math-ferreira/jugtours-angular
angular angular-material front-end-development frontend javascript js typescript
Last synced: about 2 months ago
JSON representation
Frontend project called JugTours (Java User Groups), created to follow the blog: https://auth0.com/blog/spring-boot-angular-crud/#Create-a-Java-REST-API-with-Spring-Boot, which this frontend made in Angular Js will integrate to the backend
- Host: GitHub
- URL: https://github.com/math-ferreira/jugtours-angular
- Owner: math-ferreira
- Created: 2023-06-11T23:29:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T16:32:03.000Z (about 1 year ago)
- Last Synced: 2023-12-30T17:51:16.292Z (about 1 year ago)
- Topics: angular, angular-material, front-end-development, frontend, javascript, js, typescript
- Language: HTML
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# JugTours Frontend
This is the frontend project for JugTours, a Java User Groups application. The project was created to follow the tutorial outlined in the blog post [Create a Java REST API with Spring Boot](https://auth0.com/blog/spring-boot-angular-crud/#Create-a-Java-REST-API-with-Spring-Boot) by Auth0. The frontend is developed using Angular JS and is designed to integrate seamlessly with the JugTours backend.
## Tutorial Source
The foundation of this project is based on the Auth0 blog post, which provides a comprehensive guide on creating a Java REST API with Spring Boot and integrating it with an Angular JS frontend.
- [Auth0 Blog: Create a Java REST API with Spring Boot](https://auth0.com/blog/spring-boot-angular-crud/#Create-a-Java-REST-API-with-Spring-Boot)
## Project Goal
The primary goal of this frontend project is to implement the client-side application for JugTours, following the principles and practices outlined in the tutorial. The Angular JS frontend is intended to integrate with the Java-based Spring Boot backend, creating a full-stack application.
## Repository Link
This repository serves as the home for the JugTours frontend project and it works together with the another backend repository:
- [JugTours Backend Repository](https://github.com/math-ferreira/jugtours-spring)
## Getting Started
To get started with the JugTours frontend, follow these steps:
1. Clone the repository: `git clone https://github.com/math-ferreira/jugtours-angular.git`
2. Navigate to the project directory: `cd jugtours-angular`
3. Review the code and configuration files to understand the implementation.
4. Follow any additional instructions from the tutorial for running the Angular JS application.## Features
- Describe any specific features or functionalities implemented in the frontend.
## Learnings and Improvements
This project was instrumental in understanding how to use Angular JS and starting from scratch. The repository contains valuable insights, good practices, and the necessary files to handle different aspects of the frontend development process. Feel free to explore, modify, and improve as needed.
## License
This project is licensed under the [MIT License](LICENSE.md) - see the [LICENSE.md](LICENSE.md) file for details.