8000 GitHub - buicongdanh/Simple-Todo-App: Simple Todo-App, demo for Distributed Applications courses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

buicongdanh/Simple-Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Todo-App

Simple Todo-App, a demostration introducing Django web framework in Distributed Applications courses

Authors: buicongdanh

Description

Build with

  • Frontend, Backend: Django
  • Database: MySQL

Features

Basic tasks CRUD

Getting Started

Installing

  • Install Django:
python -m pip install django
  • Update pip (if required)
python.exe -m pip install --upgrade pip

Run app

  • Run the database script file Task.sql

  • Run migrate and make migration

python manage.py migrate
python manage.py makemigration
  • Run the app
python manage.py runserver

About

Simple Todo-App, demo for Distributed Applications courses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0