From 063232562d9bd33666fba2cccaf552ca5a8ff77c Mon Sep 17 00:00:00 2001 From: Nikhil KJ Date: Wed, 6 Jul 2022 08:49:52 +0000 Subject: [PATCH] --- Project-details.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Project-details.md b/Project-details.md index ce0d46f..7bf83ab 100644 --- a/Project-details.md +++ b/Project-details.md @@ -5,4 +5,7 @@ 4. Run `pip install -r requirements.txt` 5. After installing run `python manage.py makemigrations` and `python manage.py migrate` 6. Post migration run `python manage.py createsuperuser` to create a user with Email ID and password of your choice -7. Execute `python manage.py runserver` \ No newline at end of file +7. Execute `python manage.py runserver` + +## API integration for the front-end +1. [Pass](http://localhost:8000/auth/email) \ No newline at end of file