Skip to content

Rahsin-07/notes_app_fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes App - Flutter Fullstack Example

A simple Notes app built with Flutter for frontend and Node.js + MySQL for backend. Users can create, read, update, and delete notes easily.


Screenshots

Home Screen Add Note Added Note


Features

  • Add new notes
  • View all notes
  • Edit / Delete notes
  • Mark notes as completed

Installation

Flutter App

# Clone the repository
git clone https://github.com/Rahsin-07/notes_app_fullstack

# Go to project folder
cd frontend

# Install dependencies
flutter pub get

# Run app
flutter run

.....................................................................
.....................................................................

# Go to backend folder
cd backend

# Install packages
npm install

# Start server
node server.js

About

Fullstack Notes App (Flutter + Node.js/Python backend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published