Skip to content

TheDataMine/projects-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects website

Build

docker build -t projectswebsite:0.0.1 .

Important: Make sure you have a .env file in the same directory as this README.md and that file should contain:

PG_PASSWORD=actual-password-here (use the rdonly account for safety)

Decent resource -- look at imdb.py to see a trick for converting results of aiosql query to pydantic model:

https://github.com/TheDataMine/f2021-stat39000-project10/blob/main/app/imdb.py

genres.append(Genre(**{key: genre for _, key in enumerate(Genre.fields.keys())}))

About

The website for The Data Mine projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published