Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 624 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 624 Bytes

Studious

A web platform for creating, reviewing, and sharing lessons

  • Design customized lessons and reviews in Markdown
  • Publish, share, and search for lessons
  • Review efficiently using Spaced Repetition

Infrastructure

This website is deployed to Heroku. Static assets are hosted and served through AWS S3. It runs a Django app on a Gunicorn server using a PostgreSQL database.

Deploy process:

  1. Push static files to the S3 bucket
  2. Push updated code to Heroku repo