Skip to content

Wilko76/FoodFestivalPlatform_l

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍽️ Food Festival B2B Platform

A full-stack B2B e-commerce platform connecting local farms and artisan food producers to event-based customers.


πŸ”§ Tech Stack

  • Frontend: React + Context API + Axios
  • Backend: NestJS + TypeORM + JWT
  • Database: PostgreSQL
  • Deployment: Docker Compose + Coolify

πŸš€ Getting Started

1. Clone the Repo

git clone https://github.com/yourusername/foodfest-platform.git
cd foodfest-platform

2. Configure Environment

Edit .env if needed (already configured for local):

JWT_SECRET=topsecret123
DATABASE_URL=postgres://postgres:postgres@postgres:5432/appdb
REACT_APP_API_URL=http://localhost:3000

3. Run with Docker Compose

docker-compose up --build

πŸ§ͺ Test Users

Role Email Password
User user@example.com password
Admin admin@example.com password

πŸ“ Structure

/frontend   β†’ React app
/backend    β†’ NestJS API
/docker     β†’ Compose & Coolify setup
/db         β†’ Migrations & seed
/docs       β†’ Swagger, Postman, README

πŸ“¦ Deploy to Production

  • Use Coolify with .coolify/project.yml
  • Or push this repo to GitHub and connect Git auto-deploy

🀝 License

MIT β€” use it freely and modify as needed.

Made with πŸ’› by your architecture assistant.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published