Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dewasry/yakuse_be


https://github.com/dewasry/yakuse_be

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Docker Info

## to set up mysql on docker

1. run your local docker first.
this stape make sure your docker demon running
and ready to run mysql image
2. run shel command `docker-compose up --watch -d`
to make this stape works you need run the command on the work
directory
which the docker compose file ("compose.yml")file on the root.
this stape use to running the mysql
image on background.
3. after all stape above you already can access the mysql database

```mermaid
flowchart LR
markdown["`This **is** _Markdown_`"]
newLines["`Line1
Line 2
Line 3`"]
markdown --> newLines
```