https://github.com/rhildred/prog8850week5azure
testing ci/cd
https://github.com/rhildred/prog8850week5azure
Last synced: 5 months ago
JSON representation
testing ci/cd
- Host: GitHub
- URL: https://github.com/rhildred/prog8850week5azure
- Owner: rhildred
- License: mit
- Created: 2025-02-05T19:39:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T20:17:23.000Z (over 1 year ago)
- Last Synced: 2025-10-07T14:41:17.116Z (10 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROG8850Template
environment with mysql, python, node and docker
TLDR;
```bash
pip install -r requirements.txt
sudo service mysql start
```
To access database:
```bash
sudo mysql -u root
```
happy mysql!