Welcome to the Wifi Scanner App Backend repository! This project is part of the Illinois Institute of Technology IPRO program for Fall 2023 and serves as the backend infrastructure for a Wifi scanning app.
The Wifi Scanner App aims to showcase the best Wifi networks through a user-friendly frontend application. The backend infrastructure, powered by Django, collects and processes data from the frontend app, providing a robust and scalable solution.
- Web App URL: Wifi Scanner Web App
- IPRO Project: Illinois Institute of Technology IPRO Fall 2023
- Purpose: Showcase and analyze the best Wifi networks based on user interactions.
- Wifi Network Data: Collects and stores data from the Wifi scanning app.
- Scalable Infrastructure: Built on Django for a scalable and maintainable backend.
- Frontend Integration: Seamlessly integrates with the frontend app for a complete user experience.
To set up the project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/wifi-scanner-backend.git
- Install Dependencies:
sudo apt install docker-compose
- Run Docker Container:
sudo docker-compose up -d --build