Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 604 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 604 Bytes

Simple Web Push Notification - Backend

Backend for sending Web Push Notifications.

Setup

Prerequisite

  1. Git
  2. Docker
  3. Docker-Compose

Build

  1. Clone the repo

    git clone git@github.com:GeekyShacklebolt/simple-push-backend.git 
    cd simple-push-backend
  2. Populate .env file with example data available in .env.sample

  3. Run docker-compose up

    docker-compose up

Test

  1. Go to http://localhost:8000/ to check if the app is running.
  2. Log into the terminal of docker-compose container of web service. And run pytest