Giter VIP home page Giter VIP logo

flutter_python_noteapp's Introduction

Documentation

ScreenShots ScreenShots

This is a simple note app which uses python server for storing notes which is really cool. So to use this project you will first need to have flutter,python and also some requiremets like pip to use it. The project files contain a certain folder called Backend this is where the python server code is located.

For those who are completely new to this kinda of stuff you can try to use or test the python code. You can first try to run the python code alone.

1.So first download the whole project to your computer.

2.You can move to separate the Backend folder to another place to avoid any confusion.It does not need to be in the flutter app folder.

3.Download Visual studio code or another program then in the terminal you can type this to run code python main.py and for python 3 users you can write python3 main.py also make sure you delete the host = "129.2.." in main.py like this:

**** app.run(host="192.94.4.5) => app.run() ***

which make the app use the local server and if you want to make iyt visible to many devices just get your ipV4 address and add host="ipV4 address"

Thanks for reading

4.Downloadc postman or any other similar app to test app some few links you can try:

to get all notes - http://127.0.0.1:5000/Notes to add notes - http://127.0.0.1:5000/addNote/Monday/02/January/title/10:00/20:00 to update notes title - http://127.0.0.1:5000/1/title

If you receive any error you will need to install the libraries involved and thats actually easy first make sure you have pip installed and you can look inthe code and see which libraries used: for example :write this in you terminal or command prompt pip install flask, pip install flask_sqlalchelmy etc

NB You can try to delete the sqlite file and run the project again and see what happens

flutter_python_noteapp's People

Contributors

johnkinyanjui avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.