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

https://github.com/jsonfm/database-concepts-and-design

🌀 Database Concepts and Design, course by Udacity.
https://github.com/jsonfm/database-concepts-and-design

course databases jinja2 mysql mysql-database python sqlachemy tailwind udacity

Last synced: 11 months ago
JSON representation

🌀 Database Concepts and Design, course by Udacity.

Awesome Lists containing this project

README

          

### Database Concepts and Design
Udacity Course.

### Development
```
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
```

### Tailwind
```
npm run tw:watch
```

### Docker
```
docker compose up -d
```

### Connection
```
mysql -h 127.0.0.1 -P 3306 -u -p
```