SalamiTech / note_todo

Open Source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoteTodo: A Flutter-Django Collaboration πŸ“

NoteTodo is an open-source project that showcases the power of combining Flutter with Django to create a seamless CRUD application for notes. This project is designed to be a starting point for developers looking to integrate these two powerful technologies.

Django Backend Admin:

Features 🌟

  • CRUD Operations: Easily create, read, update, and delete notes.
  • Flutter Frontend: A beautiful and responsive UI built with Flutter.
  • Django Backend: Robust backend powered by Django and Django Rest Framework.
  • Open Source: Dive into the code and contribute!

Getting Started πŸš€

Prerequisites

  • Flutter SDK
  • Python 3.x
  • Django

Installation & Setup

  1. Clone the Repository

    git clone https://github.com/SalamiTech/note_todo.git
  2. Navigate to Backend Directory & Install Dependencies

    cd note_todo/notes_backend
    pip install -r requirements.txt
  3. Run Django Server

    python manage.py runserver
  4. Navigate to Frontend Directory & Fetch Dependencies

    cd ../notes_frontend
    flutter pub get
  5. Run Flutter App

    flutter run

Contributing 🀝

We welcome contributions! Please read our CONTRIBUTING.md for details on how to submit pull requests to us.

License πŸ“„

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments πŸ™

  • Thanks to Flutter and Django for their amazing frameworks.
  • All contributors who help improve this project!

Created by Salami

About

Open Source


Languages

Language:C++ 36.0%Language:CMake 29.3%Language:Python 14.0%Language:Dart 12.7%Language:HTML 2.9%Language:Swift 2.7%Language:C 2.2%Language:Kotlin 0.2%Language:Objective-C 0.1%