An App for sharing upcycling ideas and improving sustainability.
This app was a capstone project from Hendrik, Jore, Kevin and Sarah. Part of the course cgn-web-23-4 🐉 from the web development bootcamp by neue fische GmbH.
Environment variables
MONGODB_URI =
GITHUB_CLIENT_ID =
GITHUB_CLIENT_SECRET =
NEXTAUTH_SECRET =
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET =
- Clone the repository from GitHub
git clone https://github.com/kevinldg/reuse-app.git
- Go into the repository
cd reuse-app
- Install required packages
npm i
- Run the development server
npm run dev
- Mongoose (Object Data Modeling libary for MongoDB)
- useSWR (React hook for data fetching)
- Cloudinary (Hosting for uploaded images)
- Font Awesome (Icons)
- Fuse.js (Fuzzy search)
- NextAuth.js (Authentication libary)
Developer | Link to GitHub Profile |
---|---|
Hendrik | https://github.com/Hendrik-Pils |
Jore | https://github.com/jore-averbeck |
Kevin | https://github.com/kevinldg |
Sarah | https://github.com/SarahJoyceMorgen |