https://github.com/ahmed-dotnetdev/e-commerce
E-Commerce angular
https://github.com/ahmed-dotnetdev/e-commerce
angular-api api e-commerce html market scss typescript
Last synced: 10 months ago
JSON representation
E-Commerce angular
- Host: GitHub
- URL: https://github.com/ahmed-dotnetdev/e-commerce
- Owner: Ahmed-DotNetDev
- Created: 2023-10-14T19:45:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T19:50:56.000Z (over 2 years ago)
- Last Synced: 2023-10-16T03:01:29.369Z (over 2 years ago)
- Topics: angular-api, api, e-commerce, html, market, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Social-media-network
* social media network application built using SignalR in the .NET ecosystem and an Angular UI,authenticatoin and authorization for security. The application allows real-time interactions between users, making it suitable for various social networking and chat applications
## Features
* Real-time messaging and notifications
* User authentication and authorization
* Profile management
* Like, message
* Friend connections
* User discovery
## Technologies and language Used
* C#
* Typescript
* .NET Core
* Angular
* SignalR
* LINQ
* HTML
* CSS
* SQLite
* Unit of work
## Clone Repo
```
git clone https://github.com/Ahmed-DotNetDev/Social-media-network.git
```
## Install server-side dependencies
```
dotnet restore
```
## Install client-side dependencies
```
npm install
```
## Start the .NET server
```
cd ServerApp
dotnet run
```
## Start the Angular UI
```
cd ClientApp
ng serve
```