DEV Community

Rafael Lourenço
Rafael Lourenço

Posted on

Torpe E-commerce Iniatial Design

This is where our journey is going to start for real. First of all, I'll show my initial system design to start building something.

Initial System Design:

Initial System Design

It's not anything complex; it's just the way that I see some data trafficking around the project. Here's a brief explanation:

  • Torpe Main Page: This is our main page.
  • Login: This is a button inside our page that will open a modal.
  • Sign Up: This is our registration modal inside the login modal.
  • Db1: This is the collection where all data about users is stored.
  • Db2: This is the collection where all data about products is stored.
  • Db3: This is the collection where all logs about sales are stored.
  • CMS: This is our content management system.
  • Exclusive OAuth: This is the last one, which explains itself.

As the project progresses, we'll adjust how we design things. But honestly, we just need a simple idea of how things should work before we start coding. So, here's my starting point! The next post will explain how we're setting things up for the project.

Top comments (0)