Skip to content

IAM (login, logout, register, forget password, send email) services using Django

Notifications You must be signed in to change notification settings

ducnd58233/doorable-service-iam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Getting Started

To get started, follow the instructions below.

Prerequisites

To run this project, you will need to have the following installed:

Installing

To install this project, run the following command in your terminal:

  1. Activate the project's virtualenv:
pipenv shell

Or

make start-env
  1. Install the dependencies
pipenv install

Running the App

  1. Activate the project's virtualenv, run:
pipenv shell

Or

make start-env
  1. Copy .env file from .env.example
cp ./.env.example .env
  1. Start the application
python manage.py runserver <PORT>

OR

make run-server port=<PORT>

About

IAM (login, logout, register, forget password, send email) services using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published