Skip to content

Latest commit

 

History

114 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spot On

SpotOn: Spot on parking, every time. A data structures & algorithms project by Kir Peñalber and Kodi Magadia.

Technologies Used

Backend

  • Django
  • Axios API
  • Data Structures: Hash Tables, Priority Queues
  • Algorithms: BFS, Greedy Algorithm

Frontend

  • React
  • TailwindCSS
  • Framer Motion

Test performance

cd backend
python -m memory_profiler api/tests/test_performance.py

Set-up development server

Backend

# Create and activate virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
cd backend
pip install -r requirements.txt

# Run development server
python manage.py runserver

Frontend

# Install dependencies
cd frontend
npm install

# Start development server
npm start

About

SpotOn: Spot on parking, every time. Smart parking system that locates the nearest parking slot for you. Made with React and Django.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages