Skip to content

captain-indo/Replica_of_Google_keep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Replica of Google Keep

License MIT Say thanks

screenshot

Python and Flask based application.

Instructions to follow before Running the project

sudo apt-get install python3 // If not present in your pc
sudo apt-get install python3-pip  // If not present in your pc
Run: pip install -r requirements.txt // This will install all the requirements of the project listed below:

// The (*) marks are extremely important
1. Flask==1.0.2*
2. sqlalchemy==1.2.7*
3. requests*
4. oauth2client*
5. httplib2
6. requests*
7. JSON
8. functools
9. wraps
10. mod_wsgi

Steps to execute

1. clone or download the repo into local pc.
2. Run Python app.py to start the program. //after installing all the requirements
3. open your web browser and visit http://localhost:8000/
4. Now you are ready to explore.

Note: In the map section, type the desire location and press Enter to render the location on * on-screen * map and then submit to save it in the database.

In the app, the list column is striked because it has issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published