dj-exmaple-authentication is a small authentication system application with e-mail address verification.
- git clone https://github.com/flavien-hugs/dj-exmaple-authentication.git
- cd dj-exmaple-authentication
- Activate the virtual environment and install the dependencies with the
make install
command - Migrate the database with the
make migrate
command - Finally, start the internal django server with
./manage runserver
and navigate to<http://localhost:8000>
- Good code :)