Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 625 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 625 Bytes

Retalyst

Web store application, serves a business model of physical store that sells online and manage deliveries to clients.

Frontend built with Next.Js framework (React.Js), using Next.UI library and Tailwind CSS, delivers a store page for clients with SSR and SEO optimizations, and an admin panel for management with CSR methods for the dynamicity.

Backend was built with Nest.Js framework as a RestAPI to serve the web client, as well as future clients like Android and iOS apps.

Utilizes JWT for authentication, authorization, and session management.

Used PostgreSQL for database and TypeORM for data operations.