-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a2bb15
commit 5294428
Showing
6 changed files
with
42 additions
and
1,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
outline: deep | ||
--- | ||
|
||
# Spentoday | ||
|
||
Unator as a library was born during development of [Spentoday](https://www.spentoday.com/). | ||
|
||
Spentoday is E-commerce platform for Ukrainian market. User is able to create a shop with free domain or custom one. All shops are separated from each other, so it's more like Shopify rather than marketplace. | ||
|
||
## Architecture | ||
|
||
![Diagram](../media/spentoday/architecture.png) | ||
|
||
In our case Spentoday had a C# ASP.NET Core backend and 2 SvelteKit frontends. | ||
And because we needed to start without spending as little as possible, I designed switches: | ||
|
||
- [Email switch](../switches/email.md) to use several email services | ||
- [Storage switch](../switches/storage.md) to use several storages in future |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.