Skip to content

Django | Django Rest Framework | AWS SES | JWT Authentication | Social Auth (Google, Amazon) | PostgreSQL Database | deployed on Vercel with my Domain

Notifications You must be signed in to change notification settings

Goaty-yagi/friend-records-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

friend-records-django

  • This is extended from the full-auth repository(private).
  • This is backend for friend-records-nextjs
  • This web-app is deployed on here

What is this APP?

  • Document your interaction with your friend and display a smart log of past interactions with financial implications.Offload your chores of managing relationships to this app so you can focus on the quality time of interaction with your friend.

Getting Started

- First, install all packages in requirements.txt.

pip install

- Second, activate virtual environment.

source venv/bin/activate

- Third, set up environmental variables

DJANGO_SECRET_KEY
DEBUG
DOMAIN
REDIRECT_URLS
GOOGLE_AUTH_KEY
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
AWS_SES_ACCESS_KEY_ID
AWS_SES_SECRET_ACCESS_KEY
AWS_SES_REGION_NAME
AWS_SES_FROM_EMAIL

- Finally, run app

python manage.py runserver

About

Django | Django Rest Framework | AWS SES | JWT Authentication | Social Auth (Google, Amazon) | PostgreSQL Database | deployed on Vercel with my Domain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published