Skip to content

deigil/wifiscanner-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifi walrus logo

Wifi Scanner App Backend

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.

Overview

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.

Project Details

  • 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.

Features

  • 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.

Getting Started

To set up the project locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/your-username/wifi-scanner-backend.git
    
  2. Install Dependencies:
    sudo apt install docker-compose
    
  3. Run Docker Container:
    sudo docker-compose up -d --build
    
    

Releases

No releases published

Packages

No packages published