- .NET 7 (C#)
- React (JavaScript)
- PostgreSQL
- Docker
- Clone the repository.
- Run
scripts/setup.shto install dependencies. - Configure the
.env.examplefile and rename it to.env. - Run
docker-compose up --buildto start the application.
- Product Management (CRUD operations)
- Basic API for product data
- React-based frontend
- API: .NET 7 API with Controllers, Services, and Models.
- Client: React frontend for user interaction.
- Database: PostgreSQL database.
- Access the API at
https://localhost:5000/products. - Access the frontend at
http://localhost:3000.
- Implement user authentication.
- Add more features to the ERP system (e.g., inventory management, order processing).
- Improve the frontend UI/UX.
- Add comprehensive unit and integration tests.