a Simple CRUD for User and User Login
PreInstall
How to use
- Clone this Repository using
git clone
- Run Docker Desktop
- use CMD Command on this project root
docker-compose build
docker-compose up
- The first
docker-compose up
might be failed so stop it byCtrl + C
- run
docker-compose up
again and you are good to go
- The first
- access http://localhost:8080/swagger/index.html#/
- The app is ready to use.
Database
- Database included and can be accessed at http://localhost:5003
Screenshot
Screenshot can be seen at screenshot folder
Credential
- phpmyadmin
username: root
password: root
- application's admin
username: admin
password: admin