- virtualenv in python3
- pip install -r requirements.txt
- cd notification_proto
- python manage.py migrate
- python manage.py runserver
Now you can run the website locally.
- http://localhost:8000/admin/ to enter the admin panel
- http://localhost:8000/notification/create to create new notification message
- you can first use the signup link to create new user
- http://localhost:8000/notification/show to show all the messeges