Backend for sending Web Push Notifications.
- Git
- Docker
- Docker-Compose
-
Clone the repo
git clone git@github.com:GeekyShacklebolt/simple-push-backend.git cd simple-push-backend
-
Populate .env file with example data available in .env.sample
-
Run docker-compose up
docker-compose up
- Go to
http://localhost:8000/
to check if the app is running. - Log into the terminal of docker-compose container of
web
service. And runpytest