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.
- 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!
- Flutter SDK
- Python 3.x
- Django
-
Clone the Repository
git clone https://github.com/SalamiTech/note_todo.git
-
Navigate to Backend Directory & Install Dependencies
cd note_todo/notes_backend pip install -r requirements.txt
-
Run Django Server
python manage.py runserver
-
Navigate to Frontend Directory & Fetch Dependencies
cd ../notes_frontend flutter pub get
-
Run Flutter App
flutter run
We welcome contributions! Please read our CONTRIBUTING.md for details on how to submit pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to Flutter and Django for their amazing frameworks.
- All contributors who help improve this project!
Created by Salami