8000 GitHub - borsym/contact-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

borsym/contact-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact List Application

Spring Boot backend and a React frontend.

Prerequisites

  • Docker and Docker Compose
  • AWS account with S3 access
  • Bash shell (for running the add_user.sh script)

Setup

  1. Clone the repository to your local machine.

  2. Create a secret.properties file in the backend/src/main/resources/ directory with your AWS credentials:

aws.access-key-id=YOUR_ACCESS_KEY
aws.secret-access-key=YOUR_SECRET_KEY
aws.s3.region=YOUR_AWS_REGION
  1. Build and run the Docker containers:
docker-compose up --build
  1. run the add_user.sh script to add a user and a contact to the database:
chmod +x add_user.sh
./add_user.sh
  1. Open your browser and navigate to http://localhost:5173 to access the contact list application.

  2. Don't forget to refresh the page

TODO

  • refactor contactform
  • app.js useffect -> hook
  • remove entity controler-> DTO
  • move the url backend to static

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0