InclusiveMap is a full-stack web application designed to help users quickly locate accessible spaces in urban environments. on backend it is using microservices architecture with modern AI solutins to validate esteblishments with their access level using modern frameworks as Django Rest Framework, Django Ninja and FastAPI to handle frontend communication. While fronend side is based on Material-UI.
First, run the backend server:
cd backend
make up-all-no-cache-without-monitoringThen checkout localhost for drf swagger Or localhost for django ninja swagger
Run frontend
cd frontend
make upor you could check it on rakvzan Then checkout drf for drf swagger Or ninja for django ninja swagger
dont forget to setup .env files in backend/ and frontend/ dirs for local run
also some endpoints are returning verification codesin case if emails sending wont work

