https://github.com/marcode24/market-zone-backend
๐งบ This is the backend for the Market Zone project. It is a RESTful API that provides the necessary endpoints for the frontend to interact with the database.
https://github.com/marcode24/market-zone-backend
api clean-architecture cqrs-pattern csharp ddd ddd-architecture dotnet dotnet-core postgresql
Last synced: 3 months ago
JSON representation
๐งบ This is the backend for the Market Zone project. It is a RESTful API that provides the necessary endpoints for the frontend to interact with the database.
- Host: GitHub
- URL: https://github.com/marcode24/market-zone-backend
- Owner: marcode24
- License: mit
- Created: 2024-08-22T05:42:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:34:51.000Z (5 months ago)
- Last Synced: 2025-01-22T14:08:02.430Z (5 months ago)
- Topics: api, clean-architecture, cqrs-pattern, csharp, ddd, ddd-architecture, dotnet, dotnet-core, postgresql
- Language: C#
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐งบ Market Zone API



## ๐ Getting Started
This is the backend for the Market Zone project. It is a RESTful API that provides the necessary endpoints for the frontend to interact with the database.
### ๐ Requirements
- [](https://dotnet.microsoft.com/es-es/download/dotnet/8.0)
- soon...#### ๐ง Optional Tools
- [](https://code.visualstudio.com/)
- [](https://visualstudio.microsoft.com/es/)### ๐ฆ Installation
#### ๐ง Clone the Repository
Before you start, you need to clone the repository to your local machine.
```bash
# Clone the repository
git clone https://github.com/marcode24/market-zone-backend.git# Change to the project directory
cd market-zone-backend
```#### ๐ง Install Hooks
After that, you need to install the hooks to ensure that the code is formatted correctly and that the tests pass.
```bash
cp hooks/pre-commit .git/hooks/
chmod +x .git/hooks/pre-commit
```#### ๐ง Install the Required Packages
Finally, you need to install the required packages to run the project.
```bash
#Install the required packages
dotnet restore
```## ๐ License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. ๐