Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.41 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.41 KB

Django Todo App

This is a simple Django todo app to manage your tasks.

User Interface

UI

Description

This project was build during an a workshop. The title of the workshop was "Building a Django App and Deploying it on Azure" - so you can check a working version of this app here link

if you want to learn how to deploy a web app on azure you can follow this steps.

Getting Started

  1. Clone the repository:

    https://github.com/djangocameroon/djangotodoazure.git
    cd django-todo-app
  2. Install dependencies:

    pip install -r requirements.txt
  3. Apply database migrations:

    python manage.py migrate
  4. Run the development server:

    python manage.py runserver

Usage

Visit http://localhost:8000 in your browser to access the todo app.

Contributing

We welcome contributions! Please follow these guidelines:

  • Fork the repository.

  • Create a new branch: git checkout -b branch-name.

  • Make your changes and commit them: git commit -m 'Add new feature'.

  • Push to the branch: git push origin branch-name.

  • Submit a pull request.

Contact

If you have any questions or concerns, please open an issue or contact us at [email protected]