Skip to content

momolly1024/personal-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Calendar

use React / Python / Google sheet to write a personal calendar

HOW TO USE

  1. git clone
  2. cd /frontend
  • yarn install
  • yarn start
  1. cd /backend
  • python3 -m venv env
  • source env/bin/activate
  • pip install -r requirements.txt
  • uvicorn main:app --reload
  1. change key.js
  2. change calendar.json

Tutorial on Medium Post

HERE!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published