Springboot
H2 database
React
To clone and run this application
# Clone this repository
$ git clone https://github.com/Reene444/InstaCut.git
# Go into the repository
$ cd backend_apis
# Install dependencies
$ mvn clean package
# Run the app
$ java -jar target/backend_apis-0.0.1-SNAPSHOT.jar
# Read the swagger api document in the browser
$ link:localhost:8095/swagger-ui/index.html
# check the database in the browser
$ link:localhost:8095/db-console
/**
console information:
Diver class:org.h2.Driver
JDBC URL:jdbc:h2:file:./db/db
username:root
password:12345678
*/
# Go into the repository
$ cd frontend
# Run the app
$ npm start
//tips: have configed cors.
(Ingrated with Insta apis)
- Photo Collection
- Photo Eidtor
- Video Collection
- Video Eidtor
- Trending Videos Community
ID | AUTHORITIES | PASSWORD | |
---|---|---|---|
1 | USER | [email protected] | $2a$10$4SQYLUdYdOd6rzpcxXc3peIJrc4EBtDTkCCSDKobZN.NFalfQr7UK |
2 | ADMIN USER | [email protected] | $2a$10$od7JtORsFWmY8XqrnI.PxOYPeqbJpxn3xMPtNez/f0cQvPBbaZ8ke |
(the password ["pass987" for [email protected] and [email protected]] is encripted by RSA)
Updating...
💨 Demo