# DrawDB Docker

Free and open source, simple, and intuitive database design editor, data-modeler, and SQL generator.

## Editor
[Editor](https://www.drawdb.app/editor)

## Docker
```sh
git clone https://github.com/drawdb-io/drawdb
docker build -t drawdb .
docker run -p 3000:80 drawdb
```
[http://localhost:3000/](http://localhost:3000/)

If you wish to work with sharing, set up [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample`. This is not required unless you want to share files.

## Screenshots
![](https://www.drawdb.app/assets/screenshot-CHDCMZdA.png)

## References
- [DrawDB](https://www.drawdb.app/)
- [DrawDB GitHub](https://github.com/drawdb-io/drawdb)
- [DrawDB Templates](https://www.drawdb.app/templates)