Skip to content

This is a navigation based web app using REST API which notifies traffic police of incoming ambulance to make way for ambulance .

Notifications You must be signed in to change notification settings

Bhargav061197/ooad-heremaps-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites
    1.Python 3
    2. Flask


Working
    1. Linux
        1. Install flask using sudo apt install python3-flask
        2. open bash terminal in ooad folder and type "source setup.sh" without quotes .
        3. Server starts and do visit (your ip address):5000/startj
        4 .(Troubleshoot) If pip has issues , change pip to pip3 in setup.sh

    2. IDE like Pycharm
        1. Add this code at the end of main.py file to run within Pycharm
            if __name__=="__main__":
                app.run(host='0.0.0.0')
        2.Install flask in pycharm from file>>settings>>project Udaanhome >> python interpretor and clicking on "+" right side by searching 


About

This is a navigation based web app using REST API which notifies traffic police of incoming ambulance to make way for ambulance .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages