A sport and fun activities social network for Beersheba city.
The target of this Project is to create a social network focused on connecting people by sports and fun places (e.g. sport facilities, dog gardens, elderly social clubs, playgrounds, urban nature).
This project is part of opendata beersheva.
This Project was created with Python(Django + Django Channels + Djongo), MongoDB, CSS3, Bootstrap4, JavaScript, jQuery, Leaflet, Chart.js, HTML5.
Application includes 2 types of users (Resident and Admin).
- View fun and sport location on map based on current location in beer sheva city.
- View fun and sport location by list.
- Filter location by location type and by search term.
- Join group chats based on a specific location.
- Report abusive behaviour in chats.
- View other users profile.
- Maintain its profile.
- Report problems in site.
- Rate and view site ratings.
- View admin posts.
- and more.
- Use all resident functionality.
- View statistics on user logins and registration.
- Can block\unblock users.
- Can view reported abusive content.
- Can send mails to users.
- Can manage all Databases.
- and more.
- make sure you have python on your computer (if not install python 3.6.1 from here Python download)
- Make sure Python is in path (if not follow this guide Add python to path)
- Make sure pip is in path (if not follow this guide Add pip to path)
- Make sure you got docker on your computer (if not download here Docker Download)
- Run redis docker image (for chat), run in cmd docker run -p 6379:6379 -d redis:5
- Clone repository.
- Run Devops Scripts\installationWin.bat and wait until console closes.
- That’s it, you are all set up to run.
- make sure you have python on your computer (if not install python from here Python download)
- Make sure you have pip on your computer (if not follow this guide [pip download]](https://itsfoss.com/install-pip-ubuntu/))
- Make sure you got docker on your computer (if not download here Docker Download)
- Run redis docker image (for chat), run in cmd docker run -p 6379:6379 -d redis:5
- Clone repository.
- Run Devops Scripts\installationLinux.sh and wait until console closes.
- That’s it, you are all set up to run.
- Run runWin.bat (in Devops Scripts folder).
- Run runLinux.sh (in Devops Scripts folder).