mendocino-app/
├── packages/
│ ├── api/ # Node.js and Express.js backend with PostgreSQL database
│ ├── next-app/ # Next.js frontend
│ └── common/ # Coming soon: package for common types and functions
│
└── README.md
-
Clone the repo
git clone https://github.com/dsazuwa/mendocino
-
Go to the project folder
cd mendocino
-
Set up both the frontend and backend according to the provided instructions in their respective README.md
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
The app will be running on http://localhost:3000