Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vshelke/calendar

Calendar application in Django
https://github.com/vshelke/calendar

Last synced: 18 days ago
JSON representation

Calendar application in Django

Awesome Lists containing this project

README

        

# calendar-app
Calendar application in Django

# run server
* `./manage.py migrate`
* `./manage.py runserver`

# api guidelines

* [http://localhost:8000/api/v1/event/schema/](http://localhost:8000/api/v1/event/schema/)
* [http://localhost:8000/api/v1/event/](http://localhost:8000/api/v1/event/)
* [http://localhost:8000/api/v1/event/1/](http://localhost:8000/api/v1/event/1/) Event data with id = "1".