Developing the Business Logic
Learn the steps to develop a business logic for a Deno application.
We'll cover the following
Steps to develop a business logic
Previously, we stated that our business logic is the most important part of our application. Even though ours will be super simple for now, that’s what we’ll develop first.
Since we’ll be using TypeScript for our application, let’s define our Museum
object. Follow these steps:
- Go into
src/museums/types.ts
, and create a type that defines aMuseum
:
Get hands-on with 1400+ tech skills courses.