Welcome to EcoShare! 🌻
This project is a marketplace platform designed to showcase products from sustainable suppliers. The frontend is built using Angular, while the backend utilizes a .NET API with SQL Server as the database. Check back-end implementation here.😊
To run the program locally, follow these steps:
-
Clone the Repository:
-
Navigate to the Project Directory:
cd sustainable-marketplace-frontend
- Install Dependencies:
npm install
- Start the Development Server:
ng serve
- Open in Browser:
Navigate to
http://localhost:4200/
in your web browser to view the application.
- This frontend communicates with a backend API built on .NET and SQL Server. Ensure that the backend server is running and accessible for full functionality.
- Make sure to configure any environment variables or backend endpoints as required in the Angular environment files (
environment.ts
).