Django Crypto App Part 1: Functional Requirements and Setup
Define requirements, overview the approach, high-level design and setup using Django.
May 2, 202311 min read72

Search for a command to run...

Series
Welcome to this 3-part technical tutorial series, where we'll be building a Django project that enables users to manage their cryptocurrency portfolios.
Define requirements, overview the approach, high-level design and setup using Django.

Handle all the Templates, Views and URLs and code up the entire crypto project.

Wrap the series up by discussing testing approach by writing test cases for Models, Views and Templates using Pytest.
