# Create image_upload postgres database $ createdb image_upload # Create image_files table $ psql -d image_upload -a -f ./postgres/image_upload.sql # Check $ psql image_upload $ image_upload=# \d ...
This repository hosts the content of the Modern JavaScript Tutorial, published at https://javascript.info. If you'd like to translate it into your language then fork the English tutorial and go ahead.