Skip to content

lifeles666/todomvc-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoMVC Backend Using Django Rest Framework

This project, is an implementation of the popular TodoMVC and a backend built using Django Rest Framework.

TodoMVC Rest Framework


Quick Start

Getting the app to run is pretty easy, just clone the repo, install requirements, sync database and you're good to go.

# Clone the repo
$ git clone https://github.com/PabloVallejo/todomvc-rest-framework

# Install requirements
$ pip install -U -r requirements.txt

# Sync database
$ ./manage.py syncdb

# Run the server
$ ./manage.py runserver

Contributing

We really appreciate pull requests, so if you think there something missing, wrong or want to have something in the app, don't hesitate to send us a pull request.

Credits

The frontend of this app, is based on TodoMVC, and the Django API, is based on the tutorial Start your API from GoDjango.

About

TodoMVC Backend Using Django Rest Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • Python 26.3%