Skip to content
Al Fahim edited this page Feb 8, 2018 · 2 revisions

Welcome to the expense tracker wiki!

This web app is separated into 2 parts. Front-end Back-end

Back-end

Back-end part is made with .NET Core to work as a REST based API. For Authentication & Authorization, I've used Identity Core. To work with the Front-End I've used token based system instead of a Cookie-based system. As I can use a token system for a diverse platform, it is the best choice. For Token based system I use JWT (JSON Web Token). For Connecting with DB I used Entity Framework Core

For API details please follow this link: (link will be pasted here)


Clone this wiki locally