Skip to content

A modern food delivery web app connecting customers with local restaurants. Features sleek interface, real-time order tracking, and user empowerment to create and manage restaurants

Notifications You must be signed in to change notification settings

JohnKamaujk/foodie-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Foodie Express Project
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Foodie Express Foodie app Foodie screenshot

Foodie Express is a modern food delivery web application designed to connect hungry customers with their favorite local restaurants, while also empowering users to become restaurant owners themselves.

With a sleek and user-friendly interface, customers can easily browse through a variety of cuisines, place orders, and track deliveries in real-time. Our platform not only streamlines the food ordering process but also provides an opportunity for users to create their restaurants, add cuisines, and monitor/approve orders made by other users.

(back to top)

Built With

Frameworks and tools that were used to develop Foodie express.

  • Express
  • React
  • Typescript
  • Mongo
  • Tailwind

(back to top)

Getting Started

Instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    https://github.com/JohnKamaujk/foodie-express.git
  2. cd into the frontend folder
    cd frontend/
  3. Install NPM packages
    npm install
  4. Create a dot env file inside the frontend folder and set up env variables
    VITE_API_BASE_URL=
    VITE_AUTH0_DOMAIN=
    VITE_AUTH0_CLIENT_ID=
    VITE_AUTH0_CALLBACK_URL=
    VITE_AUTH0_AUDIENCE=
  5. cd into the backend folder
    cd backend/
  6. Install NPM packages
    npm install
  7. Create a dot env file inside the backend folder and set up env variables
    MONGODB_URI =
    AUTH0_AUDIENCE=
    AUTH0_ISSUER_BASE_URL=
    CLOUDINARY_CLOUD_NAME=
    CLOUDINARY_API_KEY=
    CLOUDINARY_API_SECRET=
    FRONTEND_URL=
    STRIPE_API_KEY=
    STRIPE_WEBHOOK_SECRET=
  8. Then run both the backend and frontend servers using
    npm run dev

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more information, please refer to the Video Demo

(back to top)

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Chinese
    • Spanish
    • French

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this PROJECT better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Repo Owner Name - Johnny K

Project Link: https://github.com/JohnKamaujk/foodie-express

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

A modern food delivery web app connecting customers with local restaurants. Features sleek interface, real-time order tracking, and user empowerment to create and manage restaurants

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published