/django_todo_app

Aplikasi Todo API untuk kebutuhan belajar CRUD dengan Restful.

Primary LanguagePython

Django Todo API

Aplikasi Todo API untuk kebutuhan belajar CRUD dengan RestFul.

Available Scripts

In the project directory, you can run:

pip install -r requirements.txt

install all required packages.

python manage.py migrate

migrate the database.

python manage.py runserver

Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.