This repository contains the source code for the CMUFinds web application, a platform designed to help the City of Malabon University community find lost items and return found ones.
This is a monorepo containing both the frontend and backend applications.
cmufinds-backend/: Contains the Node.js/Express/Prisma backend API. See the Backend README for details on setup and running.cmufinds-frontend/: Contains the Next.js frontend application. See the Frontend README for details on setup and running.
To run the complete application locally, you will generally need to:
- Set up the backend (install dependencies, configure
.env, run migrations, start server). - Set up the frontend (install dependencies, configure
.env.local, start development server).
Refer to the individual README files linked above for specific instructions.
This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE file for details.