-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sachin soman edited this page Apr 2, 2021
·
7 revisions
Welcome to the MailSafe wiki!
docker guidelink
- Initilalize project
docker-compose run app sh -c "django-admin.py startproject app ."
docker-compose run app sh -c "django-admin.py startproject app ."
docker-compose run app sh -c "python manage.py startapp api"
docker-compose up
ARCHITECTURE
DATABASE
- Signup with Google? OAuth
- Username
- Password(hashed)
- Email primary
- @creation of user we make a fake email as well ( paid otherwise )
How WILL email forwarding thing work??
- mailGun (we can do)
- ForwardEmail (LUCAS)
FrontEnd
- React?