Skip to content

ChaklunIvan/FruitStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FruitStack

Hello There ✌️

What is FruitStack?

This is a small pet project about fruits. Made for educational purposes only. To study the work of a client-server web application and understand how to work with Api`s.
Implemented in the project - receiving and processing data with api, in memory cache, pagination, visual components(modals, spinner, custom scrollbar) etc.

Technologies 🛠:

Server - .Net
Api`s - Fruityvice (https://www.fruityvice.com), Unsplash (https://unsplash.com)
Client - Angular, Bootstrap

Server and Api 🔌

The server made on .NET has an n-layer monolithic architecture.
Server requesting to two different api`s (fruityvice, unsplash) and get fruits and images to fruits.
Then with automapper response dto models, from api`s, converting to main dto model 'FruitResponse'.
Which goes to the client.

Fruityvice - api with a small database storing fruits

Unsplash - api service with a large database of copyright photos

Client 🖥️

The client is made using angular and bootstrap styles.
Consists of several components and one service for getting fruits from the server

App View💫

About

Simple .net angular web application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published