Name Server of Notifybear Setup Instruction Clone Repo git clone https://github.com/swarnpsingh/notifybear-server.git Goto directory cd notifybear-server Install Dependencies pip install --upgrade pip pip install -r requirements.txt Set up .env file DJANGO_KEY=your_secret_key_here Apply Migrations python manage.py migrate Create Super User (optional, but helps monitoring manually) python manage.py createsuperuser Run python manage.py runserver Endpoints Login http://127.0.0.1:8000/accounts/login Signup http://127.0.0.1:8000/accounts/signup Me (Gets logged in user's data) http://127.0.0.1:8000/accounts/me Get Notifications http://127.0.0.1:8000/notifications/get Post Notifications http://127.0.0.1:8000/notifications/upload Admin page http://127.0.0.1:8000/admin/