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

https://github.com/rhildred/prog8850week5azure

testing ci/cd
https://github.com/rhildred/prog8850week5azure

Last synced: 5 months ago
JSON representation

testing ci/cd

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!