Skip to content
 
 

Repository files navigation

Name Server of Notifybear

Setup Instruction

  1. Clone Repo
git clone https://github.com/swarnpsingh/notifybear-server.git
  1. Goto directory
cd notifybear-server
  1. Install Dependencies
pip install --upgrade pip
pip install -r requirements.txt
  1. Set up .env file
DJANGO_KEY=your_secret_key_here
  1. Apply Migrations
python manage.py migrate
  1. Create Super User (optional, but helps monitoring manually)
python manage.py createsuperuser
  1. Run
python manage.py runserver

Endpoints

  1. Login
http://127.0.0.1:8000/accounts/login
  1. Signup
http://127.0.0.1:8000/accounts/signup
  1. Me (Gets logged in user's data)
http://127.0.0.1:8000/accounts/me
  1. Get Notifications
http://127.0.0.1:8000/notifications/get
  1. Post Notifications
http://127.0.0.1:8000/notifications/upload
  1. Admin page
http://127.0.0.1:8000/admin/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages