Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 450 Bytes

File metadata and controls

25 lines (17 loc) · 450 Bytes

Simple Web-service to send email notifications

Development

Install

You should have git and docker previously installed

git clone https://github.com/1d20/EmailNotificationWebService.git
cd EmailNotificationWebService/
docker-compose up --build

Create superuser

docker-compose exec web python manage.py createsuperuser

Create migrations

docker-compose exec web python manage.py makemigrations