A passwordless system created with Django and React
Francis Githae
- Python-Programming language
- Django - backedn.
- SQlite
- Material UI
- React - Frontend
- Clone the repository
git clone [email protected]:githaefrancis/passwordless-authentication.git
- Navigate to the project folder
cd passwordless-authentication/backend
- Create and activate the virtual environment
python3 -m venv virtual
source virtual/bin/ activate
- Install dependencies from the requirements.txt
pip install -r requirements.txt
- Create .env file
export SENDGRID_API_KEY=<>
export TWILIO_SID=<>
export TWILIO_AUTH_TOKEN=<>
export secret=<>
- Load .env
source .env
- Migrate models
python3 manage.py migrate
- Run the app
python3 manage.py runserver
- Navigate to the project folder
cd passwordless-authentication/frontend/passworlessapp
- Install dependencies
npm install
- Run
npm start
Email: [email protected]
This project is under the MIT License click here for more information
© 2022 Francis Githae