Skip to content

luochang212/calendar-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calendar-api

A simple calendar API powered by FastAPI.

Architecture

- database
	- build.py
	- database_handler.py
- server
	- method.py
	- server.py
- client
	- client.py

Usage

  1. Clone this repo from GitHub
  2. Install Python packages: fastapi and uvicorn
  3. Run python build.py to create a SQLite database (only run for the first time)
  4. Run uvicorn server:app --reload
  5. Run test code in client.py, or try it out on http://127.0.0.1:8000/docs

About

A simple Calendar API powered by FastAPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages