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

https://github.com/rezatajari/videoprojector

VideoProjector is a web application for managing video projector products, orders, and customer information. It includes features such as user authentication, product management, order processing, and shopping cart functionality.
https://github.com/rezatajari/videoprojector

aspnetcore csharp ecommerce shopping-cart sql-server user-athentication

Last synced: about 1 month ago
JSON representation

VideoProjector is a web application for managing video projector products, orders, and customer information. It includes features such as user authentication, product management, order processing, and shopping cart functionality.

Awesome Lists containing this project

README

          

# VideoProjector

## Introduction
A sales management system designed to streamline the sales process for video projectors. The system handles product listings, customer orders, and sales tracking, built with a focus on clean code and maintainability.

---

## 📷 API Documentation

![Swagger API UI](https://github.com/rezatajari/VideoProjector/blob/master/docs/images/SwaggerEndpoints.jpeg)
_Interactive Swagger documentation showing all available endpoints._

---

## Prerequisites
- .NET Core SDK
- SQL Server

## Getting Started

1. Clone the repository:
```sh
git clone https://github.com/your-repo/VideoProjector.git
```

2. Navigate to the project directory:
```sh
cd VideoProjector
```

3. Restore the dependencies:
```sh
dotnet restore
```

4. Build the project:
```sh
dotnet build
```

5. Run the application:
```sh
dotnet run
```

## Documentation
For more detailed documentation, please refer to the following files in the `doc` folder:
- [Database Documentation](https://github.com/rezatajari/VideoProjector/blob/master/docs/DATABASE.md)
- [Response Center Documentation](https://github.com/rezatajari/VideoProjector/blob/master/docs/GeneralResponse.md)

## Contributing
Fork the repository and submit a pull request.

## Contact
For any questions or inquiries, please contact me via [Telegram](https://t.me/rezatajari70) or [LinkedIn](https://www.linkedin.com/in/reza-tajari-971818151).

## License
Licensed under the MIT License.