- ShopIT is a web app that gives you nearby shops depending on your location
- it was made as web coding challenge for unitedremote
- for live test visit: link
0.1
Added Git repository.
0.1.1
Added Website Design.
0.1.2
Added a login/register system.
0.1.3
Added Dashboard for when user logged in
0.1.4
Added an api to get nearby places such as stores/shops
Fixed some bugs/errors in html code and python
0.1.5
Fixed bugs with code that were causing it to return nothing
Added a way to display results in html
0.1.6
Added functionallity to like/dislike
Added Display of liked places into users Dashboards
Added functionallity to remove/dislike places so they get removed from the Dashboard
1. Install Python 3.7 from here https://www.python.org/downloads/release/python-370/, if done then open your cmd/terminal and type python --version to make sure its working if its not make sure you restarted your computer.
2. then go to Extensions down below and run that command while you're in the project folder where app.py is.
3. Now you're ready to go, while your in the folder where app.py is just put the following command in your terminal/command : python app.py
4. browse to 127.0.0.1/5000 or see your terminal/command for the url and paste it in your browser.
5. congrats you have successfully installed and run the web app, Enjoy!!.
this will install all the required modules for the app to work properly:
pip install -r requirements.txt
[FourSquare] (https://foursquare.com/) - is Used to retrieve nearby places of users and get details. [ipstack] (https://ipstack.com/) - is Used to get information about users ip address and location.
yas19sin - Contact
This project is licensed under the MIT License - see the LICENSE.md file for details