Social Media Tattoo App
Work in progress for a tattoo social media app that connects artists to app users/potential customers
credit to a friend (UX/UI designer student: [email protected]) for initial design and ideas
https://linkink-web.herokuapp.com/
Spring Boot - backend
Heroku server with PostgreSQL (- formerly Spring Data & temporary PostgreSQL on local docker machine)
React - frontend (https://github.com/samkim130/linkink-web)
Amazon S3 - for image uploads and other future data
temporary Admin access page on the app (https://linkink-web.herokuapp.com/) - requires correct passcode to match the hash
to use your own Amazon S3 features, create your own account and save the info in a "cred.txt" in the folder where AmazonS3Config.java is located
also start a local database on docker using sh start_postgres.sh
in the bin folder
upload to cloud and establish database (probably Heroku)https://linkink-web.herokuapp.com/- add more functionalities as designed by the UX/UI designer
- clean up React code
- Add Security (OAuth2 and 3rd party app access)
- Connect RabbitMQ
- Begin building on React native