- VScode
- DBeaver
- Docker
- AWS CLI
- MySQL
- Clone source code
$ git clone https://github.com/loyal-ki/jl-server.git
$ cd journey-lingua-backend
- Initial setup && build the Docker image
$ make initialize
- Run source
$ make up
- Install DBeaver && Connect to MySQL
- Server host: localhost
- DB name: journey-lingua
- user: local
- password: local
- port 3306
- Feature 1
- Feature 2
- Feature 3
- Feature 4
- Feature 5
- Feature 6