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

https://github.com/math-ferreira/jugtours-spring

Backend 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 backend will be used by a frontend side made in Angular Js
https://github.com/math-ferreira/jugtours-spring

h2-database java rest-api spring-boot

Last synced: about 2 months ago
JSON representation

Backend 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 backend will be used by a frontend side made in Angular Js

Awesome Lists containing this project

README

          

---

# JugTours Backend

This is the backend 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 backend is designed to be used in conjunction with a frontend made in Angular JS.

## Tutorial Source

The primary inspiration for this project comes from the Auth0 blog post, which provides a step-by-step guide on creating a Java REST API using Spring Boot. The tutorial covers the essential aspects of setting up a backend system that can be seamlessly integrated with a frontend application.

- [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 main objective of this project is to implement the backend side of JugTours, following the principles and practices outlined in the tutorial. Additionally, the backend is intended to be paired with a frontend application developed using Angular JS. The goal is to demonstrate the integration between the Angular JS frontend and the Java-based Spring Boot backend.

## Repository Link

This repository serves as the home for the JugTours backend project.

- [JugTours Backend Repository](https://github.com/math-ferreira/jugtours-spring)

## Getting Started

To get started with the JugTours backend, follow these steps:

1. Clone the repository: `git clone https://github.com/math-ferreira/jugtours-spring.git`
2. Navigate to the project directory: `cd jugtours-spring`
3. Review the code and configuration files to understand the implementation.
4. Follow any additional instructions from the tutorial for running the Spring Boot application.

## License

This project is licensed under the [MIT License](LICENSE.md) - see the [LICENSE.md](LICENSE.md) file for details.