Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 298 Bytes

calendar-web

An calendar web app that is for public showing your schedules.

Demo

https://calendar.nelsongx.com

Usage

  1. Create database:

    sqlite3 calendar.db < schema.sql
    
  2. Install packages

  3. Fill in .env file (copy .env.example to .env)

  4. run python3 app.py