Making online ordering easy without the service fees. A full-stack online ordering framework to quickly setup a food serives company.
Next.js 13 | Prisma 5 | PostgreSQL |
TanStack Query 4 | NextAuth.js 4 | Cloudinary |
Stripe | TypeScript 5 | Zustand 4 |
Google Maps | TailwindCSS | Docker |
- Authenticate uses by using Google, Facebook, or GitHub
- Process payments using Stripe
- Fully reactive and responsive site
- Easily add products and categories as administer
- Manage orders
-
Create a
.env
file using.env-sample
and using your own keys -
Install packages
-
Run a docker container using
docker-compose.yml
-
Generate prisma
npx prisma generate
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
- Multi-language Support
- Discount codes
See the open issues for a full list of proposed features (and known issues).
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 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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Felice Forgione - @forgione67
Project Link: https://github.com/feliceforgione/iEats2