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.
- Host: GitHub
- URL: https://github.com/jsonfm/database-concepts-and-design
- Owner: jsonfm
- Created: 2023-10-20T12:45:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T16:08:10.000Z (over 2 years ago)
- Last Synced: 2025-01-30T12:30:14.255Z (about 1 year ago)
- Topics: course, databases, jinja2, mysql, mysql-database, python, sqlachemy, tailwind, udacity
- Language: Python
- Homepage: https://www.udacity.com/course/database-systems-concepts-design--ud150
- Size: 937 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```