Django-based backend for EVall, powering innovative, sustainable, and high-performance electric vehicle solutions.
- RESTful API with Django & Django REST Framework
- Secure user authentication and data handling
- Scalable architecture for future EV integrations
git clone https://github.com/atal-k/EVall-backend.git
cd EVall-backend
python -m venv venv
source venv/bin/activate # on Windows: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver