Welcome to Ecofind, an innovative application designed to facilitate guilt-free 3D printing by connecting enthusiasts with recycling facilities for proper disposal of 3D printing plastics.
Demo Link: https://youtu.be/BC09QLD-Vvw?feature=shared
Before you begin, ensure you have met the following requirements:
- Node.js installed (recommended version 14.x or higher)
- npm or yarn installed
- AWS account and CLI configured (for serverless backend setup)
- Supabase account and project set up
- Google Maps API key
-
Clone the Repository:
git clone https://github.com/your-username/ecofind.git cd ecofind -
Install Dependencies: npm install or yarn install
-
Setup ENV NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your-google-maps-api-key NEXT_PUBLIC_SUPABASE_URL=your-supabase-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
-
Running the app "npm run dev" or "yarn dev" Access at Localhost:3000