An open API service indexing awesome lists of open source software.

https://github.com/nezuss/minishop


https://github.com/nezuss/minishop

asp-net backend dotnet frontend javascript nodejs pet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup frontend
Go to frontend directory `cd Frontend`
Install node packages `npm i` or `npm install`
Run the app `npm start`

## Setup backend
Create MSSQL database, and create tables Users(Username - varchar, Password - varchar), Expenses(Username - varchar, Name - varchar, Count - varchar, Category - varchar), Income(Username - varchar, Name - varchar, Count - varchar, Category - varchar), Category(Username - varchar, Name - varchar)
Go to backend directory `cd Backend`
Setup file `appsettings.json` with your string connection to database
Run the app `dotnet run` or if you using Visual Studio just press the green button on top of the screen

![image](https://github.com/user-attachments/assets/c7e99fc6-02f3-4e86-865a-5de6bb6d29d4)
![image](https://github.com/user-attachments/assets/de43946a-6d37-4fa5-9c53-b3ee7f4080b5)
![image](https://github.com/user-attachments/assets/a58dadd1-e402-4f87-b4ec-9c0295343114)
![image](https://github.com/user-attachments/assets/a73e7707-7ca7-4d9e-9c92-a57e25be43a2)