Skip to content

modified README.md #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,25 @@ This is a sample project. It was made for academic and demonstrational purposes
- RESTful APIs
- Heroku (deployment)

##Set Up
1.Backend Configuration:
The project utilizes the PostgresSQL database. You need to configure the database connection information in the application.properties file.
MySQL Configuration:
Database Connection URL: jdbc:postgresql://localhost:5432/project_db
Username: your_username
Password: your_password

2.Log into the Website:
The server port is 8080. After successful startup, visit http://localhost:8080/. Usernames and passwords are stored in the user information table of the database.

3.Backend Framework:
The backend framework used is the Spring Boot framework.

4.Import SQL File:
The project's database file is self-created and does not require importing a file.

5.Start the Project:
The project can be started by directly running the Application.java file. Ensure your development environment is configured correctly, and the project dependencies are installed.

## Inspiration
This app is based on a thesis made by Eloísa Alés Esquivel. [Here's the link to the original PDF file](http://bibing.us.es/proyectos/abreproy/12358/fichero/MemoriaPFC.pdf).