Development of a social network for athletes. This application was developed with the Springboot Framework, spring security and JWT generation are used to guarantee its security. The Xampp database manager is also used and an ORM is implemented to give better management to the database thanks to springboot. Java, Javascript, html and css will be handled.
- For its execution it is recommended to install Xamp and Intellij Idea, although it can also be run in eclipse. Even so, preferably, for reasons of usability and time, Intellij is mainly recommended.
- Activate in Xampp only the options that appear in the image.
- To access the database access the following link localhost/phpmyadmin/index.php, create a new database with the name that is in the application.properties file after 06/ until before ?.
- Run the program as usual.
- Now to register and log in access the following addresses. ** http://localhost:8080/login.html ** http://localhost:8080/registration.html *Now you can enjoy this simulation of a social network for athletes without having to mess with the code, let alone the database.