Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 335 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 335 Bytes

Preevy CLI Demo Repo

React application with a NodeJS backend and a MySQL database

Project structure:

.
├── backend
│   ├── Dockerfile
│   ...
├── db
│   └── password.txt
├── compose.yaml
├── frontend
│   ├── ...
│   └── Dockerfile
└── README.md