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
- Host: GitHub
- URL: https://github.com/nezuss/minishop
- Owner: nezuss
- License: mit
- Created: 2025-05-06T13:48:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T14:05:42.000Z (about 1 year ago)
- Last Synced: 2025-05-06T15:00:19.181Z (about 1 year ago)
- Topics: asp-net, backend, dotnet, frontend, javascript, nodejs, pet
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



