Skip to content

A food ordering app modelled after Uber Eats and Doordash, but designed for one restaurant, Mendocino Farms. It's a side project and all the rights to the data used in this project belong to Mendocino Farms.

Notifications You must be signed in to change notification settings

dsazuwa/mendocino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendocino Food Delivery

markuphero-DfJ6wYXG6a8eU6eZ2yDx

Project Structure


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

Getting Started

  1. Clone the repo

    git clone https://github.com/dsazuwa/mendocino
  2. Go to the project folder

    cd mendocino
  3. Set up both the frontend and backend according to the provided instructions in their respective README.md

  4. Install dependencies

    npm install
  5. Run the development server

     npm run dev
  6. The app will be running on http://localhost:3000

About

A food ordering app modelled after Uber Eats and Doordash, but designed for one restaurant, Mendocino Farms. It's a side project and all the rights to the data used in this project belong to Mendocino Farms.

Topics

Resources

Stars

Watchers

Forks